summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorKevin Van Brunt <kmvanbrunt@gmail.com>2019-12-17 22:06:38 -0500
committerKevin Van Brunt <kmvanbrunt@gmail.com>2019-12-17 22:06:38 -0500
commit60d236fdd331304b9d516f080c9a36c08c4baa9e (patch)
tree29a38a10b0909c6051f4491d449f6d69efb2a1d2 /CHANGELOG.md
parente13fc34e6f7d9e67422595411b62ff12b8bf769b (diff)
downloadcmd2-git-60d236fdd331304b9d516f080c9a36c08c4baa9e.tar.gz
Fixed bug where startup script containing a single quote in its file name was incorrectly quoted
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 79b50d49..20427976 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+## 0.9.23 (TBD, 2019)
+* Bug Fixes
+ * Fixed bug where startup script containing a single quote in its file name was incorrectly quoted
+
## 0.9.22 (December 9, 2019)
* Bug Fixes
* Fixed bug where a redefined `ansi.style_error` was not being used in all `cmd2` files