summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Van Brunt <kmvanbrunt@gmail.com>2019-11-26 12:47:04 -0500
committerKevin Van Brunt <kmvanbrunt@gmail.com>2019-11-26 12:47:04 -0500
commit711349ca3eda129b666e4c68d79ad6634f86e3be (patch)
tree5ffd9feb8d8b82fa6b990e339308ad9347bb875d
parentf9bcb56590328a9479f2ef454ad6e39f949aa7cc (diff)
downloadcmd2-git-0.9.21.tar.gz
Updated change log for release0.9.21
-rw-r--r--CHANGELOG.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index bc6e3ee4..09884b22 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,9 +1,8 @@
-## 0.9.21 (TBD, 2019)
+## 0.9.21 (November 26, 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.