Skip to content

Commit 506d4f6

Browse files
committed
Upgraded change log
1 parent f4f93f5 commit 506d4f6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@
1717
* Deprecations
1818
* Deprecated `cmd2.fg`. Use `cmd2.Fg` instead.
1919
* Deprecated `cmd2.bg`. Use `cmd2.Bg` instead.
20+
* Breaking Changes
21+
* To support the color upgrade, all cmd2 colors now inherit from either `ansi.FgColor` or `ansi.BgColor`.
22+
Therefore, `ansi.style()` no longer accepts colors as strings.
2023

2124
## 2.2.0 (September 14, 2021)
2225
* Bug Fixes
@@ -45,6 +48,7 @@
4548
* Updated `async_alert()` to account for `self.prompt` not matching Readline's current prompt.
4649
* Deletions (potentially breaking changes)
4750
* Deleted `set_choices_provider()` and `set_completer()` which were deprecated in 2.1.2
51+
* Breaking Changes
4852
* Renamed `set_default_argument_parser()` to `set_default_argument_parser_type()`
4953

5054
## 2.1.2 (July 5, 2021)

0 commit comments

Comments
 (0)