summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTodd Leonhardt <todd.leonhardt@gmail.com>2018-08-20 23:02:33 -0400
committerTodd Leonhardt <todd.leonhardt@gmail.com>2018-08-20 23:02:33 -0400
commit551f635ae14b814be6855e9ac8198216ad3a089c (patch)
tree87695bd2a9bed11ca84ff2df2781e2296aa535e2
parent7b95b9cc48788b3f305f9b86351a22f112ac85c6 (diff)
downloadcmd2-git-551f635ae14b814be6855e9ac8198216ad3a089c.tar.gz
Updated CHANGELOG with release dates for 0.8.9 and 0.9.40.9.4
-rw-r--r--CHANGELOG.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b4a669d9..f71a906f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,4 @@
-## 0.9.4 (August TBD, 2018)
+## 0.9.4 (August 21, 2018)
* Bug Fixes
* Fixed bug where ``preparse`` was not getting called
* Fixed bug in parsing of multiline commands where matching quote is on another line
@@ -18,7 +18,7 @@
* ``cmd2.Cmd.postparsing_postcmd()`` - equivalent functionality available
via ``cmd2.Cmd.register_postcmd_hook()``
-## 0.8.9 (August TBD, 2018)
+## 0.8.9 (August 20, 2018)
* Bug Fixes
* Fixed extra slash that could print when tab completing users on Windows