summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Van Brunt <kmvanbrunt@gmail.com>2020-03-12 22:14:16 -0400
committerKevin Van Brunt <kmvanbrunt@gmail.com>2020-03-12 22:14:16 -0400
commita4160cfe9ab39402511c1a445f3b978099743bc9 (patch)
tree7596897fa233204b7c7b84c94f26c71ccaf5ad5b
parentafa5fd7218e348a2e2725a4a7fb1305daf24f213 (diff)
downloadcmd2-git-a4160cfe9ab39402511c1a445f3b978099743bc9.tar.gz
Updated change log
-rw-r--r--CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0a26dee4..70b84bf8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,6 @@
## 1.0.1 (TBD, 2020)
* Bug Fixes
- * Fixed issue where postcmd hooks were running after an `argparse` error.
+ * Fixed issue where postcmd hooks were running after an `argparse` exception in a command.
## 1.0.0 (March 1, 2020)
* Enhancements