diff options
author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2019-06-15 16:03:26 -0400 |
---|---|---|
committer | Todd Leonhardt <todd.leonhardt@gmail.com> | 2019-06-15 16:03:26 -0400 |
commit | d68b3feb3095ec717655972c5e4dc89d7c1ed579 (patch) | |
tree | fc3ce5e426ee0d4b58dfc571b9dd8080879233ed /CHANGELOG.md | |
parent | 52ea5e4a6bf22a0f1dfb498b5cbe863fbc69faab (diff) | |
download | cmd2-git-d68b3feb3095ec717655972c5e4dc89d7c1ed579.tar.gz |
Updated CHANGELOG and made some more methods protected
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index a66cad15..a07c5198 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,12 @@ -## 0.9.14 (TBD, 2019 +## 0.9.14 (TBD, 2019) * Enhancements * 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` + * If you need to use Python 3.4, you should pin your requirements to use `cmd2` 0.9.13 + * Made lots of changes to minimize the public API of the `cmd2.Cmd` class + * Attributes and methods we do not intend to be public now all begin with an underscore + * We make no API stability guarantees about these internal functions * **Renamed Commands Notice** * The following commands have been renamed. The old names will be supported until the next release. * load --> run_script |