summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorTodd Leonhardt <todd.leonhardt@gmail.com>2020-07-12 19:21:17 -0400
committerTodd Leonhardt <todd.leonhardt@gmail.com>2020-07-12 19:21:17 -0400
commit0cb83910890a1a7ddf257b0dbce4f20db77726ce (patch)
tree264fcd8e731849cfd8f051a2dd480c3dee69741e /CHANGELOG.md
parentaeacd50d8e397f08e928bd412ecac698a051d11e (diff)
downloadcmd2-git-0cb83910890a1a7ddf257b0dbce4f20db77726ce.tar.gz
Updated CHANGELOG
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md6
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