Skip to content

Commit 57ac00c

Browse files
committed
Updated CHANGELOG with release date for 0.9.13
1 parent 08ba323 commit 57ac00c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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
@@ -14,7 +14,7 @@
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

0 commit comments

Comments
 (0)