File tree 1 file changed +2
-2
lines changed
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)
2
2
* Bug Fixes
3
3
* Fixed issue where the wrong terminator was being appended by ` Statement.expanded_command_line() `
4
4
* Fixed issue where aliases and macros could not contain terminator characters in their values
14
14
a transcript
15
15
* Fixed bug where history was displaying expanded multiline commands when -x was not specified
16
16
* 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)**
18
18
* ` pyscript ` limits a command's stdout capture to the same period that redirection does.
19
19
Therefore output from a command's postparsing and finalization hooks isn't saved in the StdSim object.
20
20
* ` 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