summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorKevin Van Brunt <kmvanbrunt@gmail.com>2019-11-18 22:34:57 -0500
committerKevin Van Brunt <kmvanbrunt@gmail.com>2019-11-18 22:34:57 -0500
commit43c74f7f09ef6095d21e9b5d83308e3904f636a9 (patch)
tree102ce235139e4df01cd3935661eca06b0c7b5615 /CHANGELOG.md
parent73535e1ff82b49c594fc694ef0ea898d46742750 (diff)
downloadcmd2-git-43c74f7f09ef6095d21e9b5d83308e3904f636a9.tar.gz
Fixed bug where pipe processes were not being stopped by Ctrl-C on Windows
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 630f6892..8264049b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,6 @@
## 0.9.21 (TBD, 2019)
* Bug Fixes
- * Fixed bug where pipe processes were not being stopped by Ctrl-C on Linux/Mac
+ * Fixed bug where pipe processes were not being stopped by Ctrl-C
* 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.