diff options
author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2020-07-13 21:13:52 -0400 |
---|---|---|
committer | Todd Leonhardt <todd.leonhardt@gmail.com> | 2020-07-13 21:13:52 -0400 |
commit | eddbbefcd64c66f60d0cf4f94c0ad0adc5773eee (patch) | |
tree | bdd842f61f279664615fc2efbab46befe49e5da3 /CHANGELOG.md | |
parent | 104f9af985b7bd963f3e2daa180d681283bf80c5 (diff) | |
download | cmd2-git-eddbbefcd64c66f60d0cf4f94c0ad0adc5773eee.tar.gz |
Updated CHANGELOG
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 773aa29c..545180ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,6 @@ ## 1.2.0 (July 13, 2020) +* Bug Fixes + * Fixed `typing` module compatibility issue with Python 3.5 prior to 3.5.4 * Enhancements * Switched to getting version using `importlib.metadata` instead of using `pkg_resources` * Improves `cmd2` application launch time on systems that have a lot of Python packages on `sys.path` |