diff options
author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2020-02-07 00:57:23 -0500 |
---|---|---|
committer | Todd Leonhardt <todd.leonhardt@gmail.com> | 2020-02-07 00:57:23 -0500 |
commit | 2ec5b6fa40be8ae08489277924d247272991bc8c (patch) | |
tree | d723110f604da817e6d7ee9dddfe3c8966ca0b7e /CHANGELOG.md | |
parent | 217bc5b319479c915014c937e6455bd037e4c9af (diff) | |
download | cmd2-git-2ec5b6fa40be8ae08489277924d247272991bc8c.tar.gz |
The fact that the set command now supports tab-completion of values is an enhancement, not a breaking change
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 fbf96fa3..e2a94869 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ ## 1.0.0-rc1 (TBD, 2020) * Enhancements * Changed the default help text to make `help -v` more discoverable + * **set** command now supports tab-completion of values * Added `add_settable()` and `remove_settable()` convenience methods to update `self.settable` dictionary * Added convenience `ansi.fg` and `ansi.bg` enums of foreground and background colors * `ansi.style()` `fg` argument can now either be of type `str` or `ansi.fg` @@ -16,7 +17,6 @@ * It is now a Dict[str, Settable] instead of Dict[str, str] * setting onchange callbacks have a new method signature and must be added to the Settable instance in order to be called - * **set** command now supports tab-completion of values * Removed `cast()` utility function * Removed `ansi.FG_COLORS` and `ansi.BG_COLORS` dictionaries * Replaced with `ansi.fg` and `ansi.bg` enums providing similar but improved functionality |