summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Van Brunt <kmvanbrunt@gmail.com>2020-02-05 22:18:51 -0500
committerKevin Van Brunt <kmvanbrunt@gmail.com>2020-02-05 22:18:51 -0500
commit07e895d65fcbf35d2a9ad5c9ebffef6a067537a7 (patch)
treee9c105dce80359be959848c756446b9204949c78
parent2fd85015d9f08a539dea1f8c63c1f1e2da54ab2d (diff)
downloadcmd2-git-07e895d65fcbf35d2a9ad5c9ebffef6a067537a7.tar.gz
Updated change log
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d9c1e774..5117f1ed 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,7 @@
## 0.9.26 (TBD, 2020)
* Enhancements
* Changed the default help text to make `help -v` more discoverable
+ * Added `add_settable()` and `remove_settable()` convenience methods to update `self.settable` dictionary
* 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: