diff options
author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2020-02-04 21:57:05 -0500 |
---|---|---|
committer | Todd Leonhardt <todd.leonhardt@gmail.com> | 2020-02-04 21:57:05 -0500 |
commit | 457123d3a1376a2ab713f0ff638313b0eacfcf3e (patch) | |
tree | ecffdeb48fdac5fe7a17c38c555ae932c9b89f64 /CHANGELOG.md | |
parent | a5d3f7959c252ee23cf6360b81292d376b8c6fcc (diff) | |
download | cmd2-git-457123d3a1376a2ab713f0ff638313b0eacfcf3e.tar.gz |
Updated CHANGELOG and made a few minor tweaks
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 342aeaa0..d9c1e774 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ * `continuation_prompt` * `self_in_py` * `prompt` + * `self.settable` changed to `self.settables` + * It is now a Dict[str, Settable] instead of Dict[str, str] + * **set** command now supports tab-completion of values + * Removed `cast()` utility function ## 0.9.25 (January 26, 2020) * Enhancements |