summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6dc3a857..1bb31e02 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,8 @@
-## 0.9.19 (TBD, 2019)
+## 0.9.19 (October 14, 2019)
* Bug Fixes
* Fixed `ValueError` exception which could occur when an old format persistent history file is loaded with new `cmd2`
+* Enhancements
+ * Improved displaying multiline CompletionErrors by indenting all lines
## 0.9.18 (October 1, 2019)
* Bug Fixes