diff options
author | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2020-03-05 13:47:25 -0500 |
---|---|---|
committer | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2020-03-05 13:47:25 -0500 |
commit | 4ce15df09106b689a36479f1ffdec07838d8802d (patch) | |
tree | fffa53a0a63682aa5be95a281e4d65e7d0e691dd | |
parent | 4a2e0411da5c2626d93c9349757a341124eda299 (diff) | |
download | cmd2-git-4ce15df09106b689a36479f1ffdec07838d8802d.tar.gz |
Updated change log
-rw-r--r-- | CHANGELOG.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index c378f893..0a26dee4 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` error. + ## 1.0.0 (March 1, 2020) * Enhancements * The documentation at [cmd2.rftd.io](https://cmd2.readthedocs.io) received a major overhaul |