summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorKevin Van Brunt <kmvanbrunt@gmail.com>2019-11-25 19:28:49 -0500
committerGitHub <noreply@github.com>2019-11-25 19:28:49 -0500
commit3dc055021af17ff923b0e59f544305d63d908fba (patch)
tree4585860377f5218158526a789d903a3616925cf3 /CHANGELOG.md
parentaeb517d7249b6f17cbb0d09a1a22f2d689be1d57 (diff)
parentf60ba9f0dc5817f834fb154a2339f65e76116ccc (diff)
downloadcmd2-git-3dc055021af17ff923b0e59f544305d63d908fba.tar.gz
Merge pull request #818 from python-cmd2/readline_warning
Readline warning
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md3
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.