summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTodd Leonhardt <todd.leonhardt@gmail.com>2019-08-07 21:56:15 -0400
committerTodd Leonhardt <todd.leonhardt@gmail.com>2019-08-07 21:56:15 -0400
commit205ac503863eb1ff8a2ca6e5d7f3304123b426fb (patch)
tree8b6454216f71468a66369a6e571e69df16c1580a
parente017028bff4ed9c552aa0f79f86b878d2c616456 (diff)
downloadcmd2-git-205ac503863eb1ff8a2ca6e5d7f3304123b426fb.tar.gz
Update CHANGELOG in preparation for 0.9.16 release0.9.16
-rw-r--r--CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 57237b47..ce18aacc 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,4 @@
-## 0.9.16 (TBD, 2019)
+## 0.9.16 (August 7, 2019)
* Bug Fixes
* Fixed inconsistent parsing/tab completion behavior based on the value of `allow_redirection`. This flag is
only meant to be a security setting that prevents redirection of stdout and should not alter parsing logic.