summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorKevin Van Brunt <kmvanbrunt@gmail.com>2021-01-29 11:37:09 -0500
committerKevin Van Brunt <kmvanbrunt@gmail.com>2021-01-29 11:37:09 -0500
commit246ce9de04e16b39c123a05426b90859af2a4251 (patch)
tree7f42c3c3e81d769d7680b9f1ba8740e9f807b079 /CHANGELOG.md
parent0e70f0621273dd5f98aa5fffc42a5cb56f97c760 (diff)
downloadcmd2-git-246ce9de04e16b39c123a05426b90859af2a4251.tar.gz
Updated documentationmisc
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9bb30141..582a4d7a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,7 @@
* Enhancements
* Added `silent_startup_script` option to `cmd2.Cmd.__init__()`. If `True`, then the startup script's
output will be suppressed. Anything written to stderr will still display.
+ * cmd2 now uses pyreadline3 when running Python 3.8 or greater on Windows
## 1.4.0 (November 11, 2020)
* Bug Fixes