summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorKevin Van Brunt <kmvanbrunt@gmail.com>2019-12-05 20:27:43 -0500
committerKevin Van Brunt <kmvanbrunt@gmail.com>2019-12-05 20:27:43 -0500
commitaf47fee4f3c0ea59106e5cb6137263a94177d773 (patch)
treede38689162df69315f92d469ef85f76441ce68f8 /CHANGELOG.md
parent367f9f156d58f434a57345515306b6d14e9f4e80 (diff)
downloadcmd2-git-af47fee4f3c0ea59106e5cb6137263a94177d773.tar.gz
Enabled line buffering when redirecting output to a file
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0c423836..d773f784 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,9 +1,8 @@
## 0.9.22 (TBD, 2019)
* Bug Fixes
* 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.
+* Enhancements
+ * Enabled line buffering when redirecting output to a file
## 0.9.21 (November 26, 2019)
* Bug Fixes