Skip to content

Commit 48d3f4e

Browse files
committed
Updated change log
1 parent 9117fdc commit 48d3f4e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
* Enhancements
33
* `pyscript` limits a command's stdout capture to the same period that redirection does.
44
Therefore output from a command's postparsing and finalization hooks isn't saved in the StdSim object.
5+
* `StdSim.buffer.write()` now flushes when the wrapped stream uses line buffering and the bytes being written
6+
contain a newline or carriage return. This helps when `pyscript` is echoing the output of a shell command
7+
since the output will print at the same frequency as when the command is run in a terminal.
58

69
## 0.9.12 (April 22, 2019)
710
* Bug Fixes

0 commit comments

Comments
 (0)