diff options
author | kotfu <kotfu@kotfu.net> | 2018-05-23 16:18:40 -0600 |
---|---|---|
committer | kotfu <kotfu@kotfu.net> | 2018-05-23 16:18:40 -0600 |
commit | b1516f4b09518bb6d33abfeb14e1459ed03f34d8 (patch) | |
tree | d85ac110c33cc058dbdc16bd736e95a1be8f9bb4 | |
parent | ded80cc1434527b6a10e29ba9223e9935dec235e (diff) | |
download | cmd2-git-b1516f4b09518bb6d33abfeb14e1459ed03f34d8.tar.gz |
Add note about known issue of slow import
-rw-r--r-- | CHANGELOG.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index dac0756f..91710781 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,6 +30,9 @@ * Deleted support for old method of calling application commands with ``cmd()`` and ``self`` * Python 2 no longer supported * ``cmd2`` now supports Python 3.4+ +* Known Issues + * Some developers have noted very slow performance when importing the ``cmd2`` module. The issue + it intermittant, and investigation of the root cause is ongoing. ## 0.8.5 (April 15, 2018) * Bug Fixes |