summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Van Brunt <kmvanbrunt@gmail.com>2019-12-04 11:39:30 -0500
committerKevin Van Brunt <kmvanbrunt@gmail.com>2019-12-04 11:39:30 -0500
commit367f9f156d58f434a57345515306b6d14e9f4e80 (patch)
treee85a9f47695dcd6b8c3fda200b6c36a6633fbc32
parent6b77dd6d06a92bfe24e31a20d45e29a25ea6659b (diff)
downloadcmd2-git-367f9f156d58f434a57345515306b6d14e9f4e80.tar.gz
Updated change log
-rw-r--r--CHANGELOG.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index db23d03d..0c423836 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,9 @@
## 0.9.22 (TBD, 2019)
* Bug Fixes
- * Fixed bug where a redefined `ansi.style_error` was not being used in all `cmd2` files
+ * Fixed bug where a redefined `ansi.style_error` was not being used in all `cmd2` files
+* Other
+ * Removed `bold=True` from `ansi.style_success` because it was difficult for red-greed colorblind users to
+ distinguish that color from the `ansi.style_warning` color in certain terminals.
## 0.9.21 (November 26, 2019)
* Bug Fixes
@@ -488,7 +491,7 @@
* ``cmd2`` now supports Python 3.4+
* Known Issues
* Some developers have noted very slow performance when importing the ``cmd2`` module. The issue
- it intermittant, and investigation of the root cause is ongoing.
+ it intermittent, and investigation of the root cause is ongoing.
## 0.8.6 (May 27, 2018)
* Bug Fixes