Skip to content

Commit 102e78e

Browse files
committed
Updated change log
1 parent 02d34dc commit 102e78e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
the behavior of aliases. Use the `expanded` or `verbose` arguments to `history` to see the resolved value for
77
the macro.
88
* Enhancements
9+
* Added capability to chain pipe commands and redirect their output (e.g. !ls -l | grep user | wc -l > out.txt)
910
* `pyscript` limits a command's stdout capture to the same period that redirection does.
1011
Therefore output from a command's postparsing and finalization hooks isn't saved in the StdSim object.
1112
* `StdSim.buffer.write()` now flushes when the wrapped stream uses line buffering and the bytes being written
@@ -15,7 +16,6 @@
1516
scroll the actual error message off the screen.
1617
* Exceptions occurring in tab completion functions are now printed to stderr before returning control back to
1718
readline. This makes debugging a lot easier since readline suppresses these exceptions.
18-
* Added capability to chain pipe commands and redirect their output (e.g. !ls -l | grep user | wc -l > out.txt)
1919
* Potentially breaking changes
2020
* Replaced `unquote_redirection_tokens()` with `unquote_specific_tokens()`. This was to support the fix
2121
that allows terminators in alias and macro values.

0 commit comments

Comments
 (0)