summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorKevin Van Brunt <kmvanbrunt@gmail.com>2019-11-17 01:20:35 -0500
committerKevin Van Brunt <kmvanbrunt@gmail.com>2019-11-17 01:20:35 -0500
commit697ff1ae39e8ec3f1f1a1b9a36d68c66e8d286b2 (patch)
tree7b2dde5cdf7260ac48d104cd2b91d9f4753fe058 /CHANGELOG.md
parentb7b179a87623409e031753e0c0c9827251cf75ef (diff)
downloadcmd2-git-697ff1ae39e8ec3f1f1a1b9a36d68c66e8d286b2.tar.gz
Fixed bug where pipe processes were not being stopped by Ctrl-C on Linux/Mac
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d71a2d0a..630f6892 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,6 @@
## 0.9.21 (TBD, 2019)
+* Bug Fixes
+ * Fixed bug where pipe processes were not being stopped by Ctrl-C on Linux/Mac
* 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.