File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1- ## 0.9.13 (June TBD , 2019)
1+ ## 0.9.13 (June 14 , 2019)
22* Bug Fixes
33 * Fixed issue where the wrong terminator was being appended by ` Statement.expanded_command_line() `
44 * Fixed issue where aliases and macros could not contain terminator characters in their values
1414 a transcript
1515 * Fixed bug where history was displaying expanded multiline commands when -x was not specified
1616* Enhancements
17- * Added capability to chain pipe commands and redirect their output (e.g. !ls -l | grep user | wc -l > out.txt)
17+ * ** Added capability to chain pipe commands and redirect their output (e.g. !ls -l | grep user | wc -l > out.txt)**
1818 * ` pyscript ` limits a command's stdout capture to the same period that redirection does.
1919 Therefore output from a command's postparsing and finalization hooks isn't saved in the StdSim object.
2020 * ` StdSim.buffer.write() ` now flushes when the wrapped stream uses line buffering and the bytes being written
You can’t perform that action at this time.
0 commit comments