summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorKevin Van Brunt <kmvanbrunt@gmail.com>2019-11-27 14:56:06 -0500
committerKevin Van Brunt <kmvanbrunt@gmail.com>2019-11-27 14:56:06 -0500
commit1694578f8bcccda026b1c23ce14155f5e2326184 (patch)
tree075513d8fc878f70cea15e2023392c76f6ce567d /CHANGELOG.md
parent711349ca3eda129b666e4c68d79ad6634f86e3be (diff)
downloadcmd2-git-1694578f8bcccda026b1c23ce14155f5e2326184.tar.gz
Fixed bug where a redefined ansi.style_error was not being used in all cmd2 files
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 09884b22..db23d03d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+## 0.9.22 (TBD, 2019)
+* Bug Fixes
+ * Fixed bug where a redefined `ansi.style_error` was not being used in all `cmd2` files
+
## 0.9.21 (November 26, 2019)
* Bug Fixes
* Fixed bug where pipe processes were not being stopped by Ctrl-C