diff options
author | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2019-11-25 19:28:49 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-25 19:28:49 -0500 |
commit | 3dc055021af17ff923b0e59f544305d63d908fba (patch) | |
tree | 4585860377f5218158526a789d903a3616925cf3 /CHANGELOG.md | |
parent | aeb517d7249b6f17cbb0d09a1a22f2d689be1d57 (diff) | |
parent | f60ba9f0dc5817f834fb154a2339f65e76116ccc (diff) | |
download | cmd2-git-3dc055021af17ff923b0e59f544305d63d908fba.tar.gz |
Merge pull request #818 from python-cmd2/readline_warning
Readline warning
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 780c9ad5..b0e4dac5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ ## 0.9.21 (TBD, 2019) * Bug Fixes * Fixed bug where pipe processes were not being stopped by Ctrl-C + * Added exception handling to account for non-standard Python environments in which readline is not loaded + dynamically from a shared library file + * Enhancements * Added `read_input()` function that is used to read from stdin. Unlike the Python built-in `input()`, it also has an argument to disable tab completion while input is being entered. |