summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTodd Leonhardt <todd.leonhardt@gmail.com>2020-01-29 19:34:04 -0500
committerGitHub <noreply@github.com>2020-01-29 19:34:04 -0500
commitda4828013aeeaca5abd83da963231aeed80e8230 (patch)
tree1ea9343206b1c070460415f010c6d1086e514802
parent6296d413ac1cee3577c19ba2bbf9da56202dc26d (diff)
parent052caa649be459145c5593f9515be8d3100a16c3 (diff)
downloadcmd2-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.md2
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`