Skip to content

Commit 0bbbe92

Browse files
committed
Updated change log
1 parent a0030a2 commit 0bbbe92

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
@@ -5,6 +5,9 @@
55
* History now shows what was typed for macros and not the resolved value by default. This is consistent with
66
the behavior of aliases. Use the `expanded` or `verbose` arguments to `history` to see the resolved value for
77
the macro.
8+
* Fixed parsing issue in case where output redirection appears before a pipe. In that case, the pipe was given
9+
precedence even though it appeared later in the command.
10+
* Fixed issue where quotes around redirection file paths were being lost in `Statement.expanded_command_line()`
811
* Enhancements
912
* Added capability to chain pipe commands and redirect their output (e.g. !ls -l | grep user | wc -l > out.txt)
1013
* `pyscript` limits a command's stdout capture to the same period that redirection does.

0 commit comments

Comments
 (0)