diff options
author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2020-01-29 01:00:50 -0500 |
---|---|---|
committer | Todd Leonhardt <todd.leonhardt@gmail.com> | 2020-01-29 01:00:50 -0500 |
commit | 0196641173d3b4a69876fb4349d6f5caa5603858 (patch) | |
tree | 8cacaa6175acde73a861de5cba3919f3963073e2 | |
parent | 5f124721b7c791c579062d9e3649b2b3646ccc8b (diff) | |
download | cmd2-git-0196641173d3b4a69876fb4349d6f5caa5603858.tar.gz |
Updated CHANGELOG
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 7065983d..665683bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,6 @@ ## 0.9.26 (TBD, 2020) +* Enhancements + * Changed the default help text to make `help -v` more discoverable * Breaking changes * Renamed `locals_in_py` attribute of `cmd2.Cmd` to `self_in_py` * The following public attributes of `cmd2.Cmd` are no longer settable at runtime by end users: |