summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Van Brunt <kmvanbrunt@gmail.com>2019-01-24 16:00:38 -0500
committerKevin Van Brunt <kmvanbrunt@gmail.com>2019-01-24 16:00:38 -0500
commit1fdb9a9463eeafb7b8644f341a1df36007c00c52 (patch)
tree6e3fb9833ff8ebcdcb2fec6e2efe0574866c1721
parente5fc3229aa87bb87c40af228c00206b774867483 (diff)
downloadcmd2-git-1fdb9a9463eeafb7b8644f341a1df36007c00c52.tar.gz
Added StdSim bug fix
-rw-r--r--CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 559014e8..58813e41 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,8 @@
+## 0.9.8 (TBD, 2019)
+* Bug Fixes
+ * Fixed issue with echoing strings in StdSim. Because they were being sent to a binary buffer, line buffering
+ was being ignored.
+
## 0.9.7 (January 08, 2019)
* Bug Fixes
* Fixed bug when user chooses a zero or negative index when calling ``Cmd.select()``