summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkotfu <kotfu@kotfu.net>2018-05-23 16:18:40 -0600
committerkotfu <kotfu@kotfu.net>2018-05-23 16:18:40 -0600
commitb1516f4b09518bb6d33abfeb14e1459ed03f34d8 (patch)
treed85ac110c33cc058dbdc16bd736e95a1be8f9bb4
parentded80cc1434527b6a10e29ba9223e9935dec235e (diff)
downloadcmd2-git-b1516f4b09518bb6d33abfeb14e1459ed03f34d8.tar.gz
Add note about known issue of slow import
-rw-r--r--CHANGELOG.md3
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