diff options
author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2020-01-29 19:34:04 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-29 19:34:04 -0500 |
commit | da4828013aeeaca5abd83da963231aeed80e8230 (patch) | |
tree | 1ea9343206b1c070460415f010c6d1086e514802 | |
parent | 6296d413ac1cee3577c19ba2bbf9da56202dc26d (diff) | |
parent | 052caa649be459145c5593f9515be8d3100a16c3 (diff) | |
download | cmd2-git-da4828013aeeaca5abd83da963231aeed80e8230.tar.gz |
Merge pull request #868 from python-cmd2/changelog_clarification
Clarify changes related to removal of attributes from settable
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 665683bc..342aeaa0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ * 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: + * The following public attributes of `cmd2.Cmd` are no longer settable at runtime by default: * `continuation_prompt` * `self_in_py` * `prompt` |