diff options
author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2020-01-29 19:27:43 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-29 19:27:43 -0500 |
commit | 052caa649be459145c5593f9515be8d3100a16c3 (patch) | |
tree | 1ea9343206b1c070460415f010c6d1086e514802 /CHANGELOG.md | |
parent | 26c140e891773f69850043b68c75d9467bf54e55 (diff) | |
parent | 6296d413ac1cee3577c19ba2bbf9da56202dc26d (diff) | |
download | cmd2-git-052caa649be459145c5593f9515be8d3100a16c3.tar.gz |
Merge branch 'master' into changelog_clarification
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 94eef363..342aeaa0 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 default: |