Skip to content

Commit 1c74503

Browse files
committed
Updated change log with Settable.value property information.
1 parent 8706bf9 commit 1c74503

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
- Moved all string-related functions from utils.py to string_utils.py.
1111
- Removed all text style Enums from ansi.py in favor of `Rich` styles.
1212
- Renamed ansi.py to terminal_utils.py to reflect the functions left in it.
13+
- Replaced `utils.Settable.get_value()` and `utils.Settable.set_value()` in favor of a Python
14+
property called `Settable.value`.
1315

1416
- Enhancements
1517
- Simplified the process to set a custom parser for `cmd2's` built-in commands. See

0 commit comments

Comments
 (0)