Skip to content

Commit 04d9adb

Browse files
committed
Added note on breaking change regarding name change for a couple string functions
1 parent 5845d9a commit 04d9adb

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
@@ -16,6 +16,8 @@ time reading the [rich documentation](https://rich.readthedocs.io/).
1616
[rich_tables.py](https://github.com/python-cmd2/cmd2/blob/main/examples/rich_tables.py)
1717
example for more info)
1818
- Moved all string-related functions from `utils.py` to a new `string_utils.py` module
19+
- Removed redundant `string` from some of the names so `quote_string` is now just
20+
`quote` and `quote_string_if_needed` is now `quote_if_needed`
1921
- Consolidated all string styling functions from `ansi.py` into `string_utils.py`
2022
- Replaced all text style enums from `ansi.py` with modern `rich` styles
2123
- Renamed `ansi.py` to `terminal_utils.py` to better reflect its purpose

0 commit comments

Comments
 (0)