Skip to content

Commit

Permalink
Upgraded change log
Browse files Browse the repository at this point in the history
  • Loading branch information
kmvanbrunt committed Nov 12, 2021
1 parent f4f93f5 commit 506d4f6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
* Deprecations
* Deprecated `cmd2.fg`. Use `cmd2.Fg` instead.
* Deprecated `cmd2.bg`. Use `cmd2.Bg` instead.
* Breaking Changes
* To support the color upgrade, all cmd2 colors now inherit from either `ansi.FgColor` or `ansi.BgColor`.
Therefore, `ansi.style()` no longer accepts colors as strings.

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

## 2.1.2 (July 5, 2021)
Expand Down

0 comments on commit 506d4f6

Please sign in to comment.