Skip to content

Commit 367f9f1

Browse files
committed
Updated change log
1 parent 6b77dd6 commit 367f9f1

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
## 0.9.22 (TBD, 2019)
22
* Bug Fixes
3-
* Fixed bug where a redefined `ansi.style_error` was not being used in all `cmd2` files
3+
* Fixed bug where a redefined `ansi.style_error` was not being used in all `cmd2` files
4+
* Other
5+
* Removed `bold=True` from `ansi.style_success` because it was difficult for red-greed colorblind users to
6+
distinguish that color from the `ansi.style_warning` color in certain terminals.
47

58
## 0.9.21 (November 26, 2019)
69
* Bug Fixes
@@ -488,7 +491,7 @@
488491
* ``cmd2`` now supports Python 3.4+
489492
* Known Issues
490493
* Some developers have noted very slow performance when importing the ``cmd2`` module. The issue
491-
it intermittant, and investigation of the root cause is ongoing.
494+
it intermittent, and investigation of the root cause is ongoing.
492495

493496
## 0.8.6 (May 27, 2018)
494497
* Bug Fixes

0 commit comments

Comments
 (0)