diff options
author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2020-01-29 01:28:10 -0500 |
---|---|---|
committer | Todd Leonhardt <todd.leonhardt@gmail.com> | 2020-01-29 01:28:10 -0500 |
commit | 26c140e891773f69850043b68c75d9467bf54e55 (patch) | |
tree | 761ae11e7caa0b1b8b58a60b467bcb485e4742aa /CHANGELOG.md | |
parent | e87cadfbaeda0bb0197ce959107bda0db89514ea (diff) | |
download | cmd2-git-26c140e891773f69850043b68c75d9467bf54e55.tar.gz |
Clarify changes related to removal of attributes from being runtime settable by default
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 7065983d..94eef363 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ ## 0.9.26 (TBD, 2020) * 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` |