Skip to content

Commit af473b8

Browse files
committed
Updated change log
1 parent d2c9733 commit af473b8

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
* Enhancements
88
* Added settings to Column class which prevent a table from overriding existing styles in header
99
and/or data text. This allows for things like nesting an AlternatingTable in another AlternatingTable.
10-
* AlternatingTable no longer applies background color to outer borders. This was done to improve appearance
11-
since the background color extended beyond the borders of the table.
10+
* AlternatingTable no longer automatically applies background color to borders. This was done to improve
11+
appearance since the background color extended beyond the borders of the table.
1212
* Added ability to colorize all aspects of `AlternatingTables`, `BorderedTables`, and `SimpleTables`.
1313
* Added support for 8-bit/256-colors with the `cmd2.EightBitFg` and `cmd2.EightBitBg` classes.
1414
* Added support for 24-bit/RGB colors with the `cmd2.RgbFg` and `cmd2.RgbBg` classes.
@@ -44,7 +44,8 @@
4444
* Argparse tab completer will complete remaining flag names if there are no more positionals to complete.
4545
* Updated `async_alert()` to account for `self.prompt` not matching Readline's current prompt.
4646
* Deletions (potentially breaking changes)
47-
* Deleted ``set_choices_provider()`` and ``set_completer()`` which were deprecated in 2.1.2
47+
* Deleted `set_choices_provider()` and `set_completer()` which were deprecated in 2.1.2
48+
* Renamed `set_default_argument_parser()` to `set_default_argument_parser_type()`
4849

4950
## 2.1.2 (July 5, 2021)
5051
* Enhancements

0 commit comments

Comments
 (0)