From 0bbbe9211d4b6dda6bc0ab7c95fb88696b6fbc1d Mon Sep 17 00:00:00 2001 From: Kevin Van Brunt Date: Mon, 13 May 2019 14:42:25 -0400 Subject: Updated change log --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f8cdc3b4..a6f56821 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,9 @@ * History now shows what was typed for macros and not the resolved value by default. This is consistent with the behavior of aliases. Use the `expanded` or `verbose` arguments to `history` to see the resolved value for the macro. + * Fixed parsing issue in case where output redirection appears before a pipe. In that case, the pipe was given + precedence even though it appeared later in the command. + * Fixed issue where quotes around redirection file paths were being lost in `Statement.expanded_command_line()` * Enhancements * Added capability to chain pipe commands and redirect their output (e.g. !ls -l | grep user | wc -l > out.txt) * `pyscript` limits a command's stdout capture to the same period that redirection does. -- cgit v1.2.1