diff options
author | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2019-04-25 12:30:03 -0400 |
---|---|---|
committer | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2019-04-25 12:30:03 -0400 |
commit | 48d3f4e85883f14aa8ac19b33409440e2dff5c09 (patch) | |
tree | e9279659cfada5f482f64a385d349bee42c9cae3 | |
parent | 9117fdc12482a6ba9a264cef6ca65f348b0f7cbb (diff) | |
download | cmd2-git-48d3f4e85883f14aa8ac19b33409440e2dff5c09.tar.gz |
Updated change log
-rw-r--r-- | CHANGELOG.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index c67fee2c..561ddcee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ * Enhancements * `pyscript` limits a command's stdout capture to the same period that redirection does. Therefore output from a command's postparsing and finalization hooks isn't saved in the StdSim object. + * `StdSim.buffer.write()` now flushes when the wrapped stream uses line buffering and the bytes being written + contain a newline or carriage return. This helps when `pyscript` is echoing the output of a shell command + since the output will print at the same frequency as when the command is run in a terminal. ## 0.9.12 (April 22, 2019) * Bug Fixes |