summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorKevin Van Brunt <kmvanbrunt@gmail.com>2019-11-11 10:34:02 -0500
committerKevin Van Brunt <kmvanbrunt@gmail.com>2019-11-11 10:34:02 -0500
commitc04c160b5484a5587345d3e1eca0c43fae9260f5 (patch)
tree05aa155b1f1aded633cd0b47c45662596b0c6735 /CHANGELOG.md
parentd5916797620225391379ea40ae466bd7f496ff52 (diff)
downloadcmd2-git-c04c160b5484a5587345d3e1eca0c43fae9260f5.tar.gz
Fix bug where cmd2 ran 'stty sane' command when stdin was not a terminal
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8492b687..a5a5725e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,7 @@
* Bug Fixes
* Fixed bug where setting `use_ipython` to False removed ipy command from the entire `cmd2.Cmd` class instead of
just the instance being created
+ * Fix bug where cmd2 ran 'stty sane' command when stdin was not a terminal
* Enhancements
* Send all startup script paths to run_script. Previously we didn't do this if the file was empty, but that
showed no record of the run_script command in history.