diff options
author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2020-03-13 08:10:51 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-13 08:10:51 -0400 |
commit | 77e2a0fab7620d22e0fde6be7374dbbf26706fd4 (patch) | |
tree | 7596897fa233204b7c7b84c94f26c71ccaf5ad5b /CHANGELOG.md | |
parent | 59739aa5b6f253814fb019a9e777056a6efb61ca (diff) | |
parent | a4160cfe9ab39402511c1a445f3b978099743bc9 (diff) | |
download | cmd2-git-77e2a0fab7620d22e0fde6be7374dbbf26706fd4.tar.gz |
Merge pull request #906 from python-cmd2/parsing_exception
Parsing exception
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index c378f893..70b84bf8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.0.1 (TBD, 2020) +* Bug Fixes + * Fixed issue where postcmd hooks were running after an `argparse` exception in a command. + ## 1.0.0 (March 1, 2020) * Enhancements * The documentation at [cmd2.rftd.io](https://cmd2.readthedocs.io) received a major overhaul |