diff options
author | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2020-03-12 22:14:16 -0400 |
---|---|---|
committer | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2020-03-12 22:14:16 -0400 |
commit | a4160cfe9ab39402511c1a445f3b978099743bc9 (patch) | |
tree | 7596897fa233204b7c7b84c94f26c71ccaf5ad5b /CHANGELOG.md | |
parent | afa5fd7218e348a2e2725a4a7fb1305daf24f213 (diff) | |
download | cmd2-git-a4160cfe9ab39402511c1a445f3b978099743bc9.tar.gz |
Updated change log
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 2 |
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 |