diff options
author | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2019-06-15 01:03:52 -0400 |
---|---|---|
committer | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2019-06-15 01:03:52 -0400 |
commit | 04140d36e41afb7b3f9f8a9593b44d848cb09ce2 (patch) | |
tree | 28e58d0ac3a6f235da066dc70973cf93ed792436 | |
parent | 8b7f234041a8842abcc740d20d2b45840a1d28a1 (diff) | |
download | cmd2-git-04140d36e41afb7b3f9f8a9593b44d848cb09ce2.tar.gz |
Updated change log
-rw-r--r-- | CHANGELOG.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 5eb3d40b..a66cad15 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,11 @@ * Added support for and testing with Python 3.8, starting with 3.8 beta * Breaking Changes * Python 3.4 reached its [end of life](https://www.python.org/dev/peps/pep-0429/) on March 18, 2019 and is no longer supported by `cmd2` +* **Renamed Commands Notice** + * The following commands have been renamed. The old names will be supported until the next release. + * load --> run_script + * _relative_load --> _relative_run_script + * pyscript --> run_pyscript ## 0.9.13 (June 14, 2019) * Bug Fixes |