summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index bf02d7f7..b8301de8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+## 0.9.16 (TBD, 2019)
+* Enhancements
+ * Raising `TypeError` if trying to set choices/completions on argparse action that accepts no arguments
+
## 0.9.15 (July 24, 2019)
* Bug Fixes
* Fixed exception caused by tab completing after an invalid subcommand was entered