diff options
author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2020-07-12 19:21:17 -0400 |
---|---|---|
committer | Todd Leonhardt <todd.leonhardt@gmail.com> | 2020-07-12 19:21:17 -0400 |
commit | 0cb83910890a1a7ddf257b0dbce4f20db77726ce (patch) | |
tree | 264fcd8e731849cfd8f051a2dd480c3dee69741e /CHANGELOG.md | |
parent | aeacd50d8e397f08e928bd412ecac698a051d11e (diff) | |
download | cmd2-git-0cb83910890a1a7ddf257b0dbce4f20db77726ce.tar.gz |
Updated CHANGELOG
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 5bd6a308..fb45efda 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 1.2.0 (July TBD, 2020) +* 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` + * Added dependency on `importlib_metadata` when running on versions of Python prior to 3.8 + ## 1.1.0 (June 6, 2020) * Bug Fixes * Fixed issue where subcommand usage text could contain a subcommand alias instead of the actual name |