diff options
author | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2021-01-29 11:37:09 -0500 |
---|---|---|
committer | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2021-01-29 11:37:09 -0500 |
commit | 246ce9de04e16b39c123a05426b90859af2a4251 (patch) | |
tree | 7f42c3c3e81d769d7680b9f1ba8740e9f807b079 /CHANGELOG.md | |
parent | 0e70f0621273dd5f98aa5fffc42a5cb56f97c760 (diff) | |
download | cmd2-git-246ce9de04e16b39c123a05426b90859af2a4251.tar.gz |
Updated documentationmisc
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
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 |