Skip to content

Commit 2ec5b6f

Browse files
committed
The fact that the set command now supports tab-completion of values is an enhancement, not a breaking change
1 parent 217bc5b commit 2ec5b6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
## 1.0.0-rc1 (TBD, 2020)
22
* Enhancements
33
* Changed the default help text to make `help -v` more discoverable
4+
* **set** command now supports tab-completion of values
45
* Added `add_settable()` and `remove_settable()` convenience methods to update `self.settable` dictionary
56
* Added convenience `ansi.fg` and `ansi.bg` enums of foreground and background colors
67
* `ansi.style()` `fg` argument can now either be of type `str` or `ansi.fg`
@@ -16,7 +17,6 @@
1617
* It is now a Dict[str, Settable] instead of Dict[str, str]
1718
* setting onchange callbacks have a new method signature and must be added to the
1819
Settable instance in order to be called
19-
* **set** command now supports tab-completion of values
2020
* Removed `cast()` utility function
2121
* Removed `ansi.FG_COLORS` and `ansi.BG_COLORS` dictionaries
2222
* Replaced with `ansi.fg` and `ansi.bg` enums providing similar but improved functionality

0 commit comments

Comments
 (0)