Skip to content

Commit 1aee031

Browse files
committed
Updated change log
1 parent 1f23509 commit 1aee031

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
precedence even though it appeared later in the command.
1010
* Fixed issue where quotes around redirection file paths were being lost in `Statement.expanded_command_line()`
1111
* Fixed a bug in how line numbers were calculated for transcript testing
12+
* Fixed issue where `_cmdloop()` suppressed exceptions by returning from within its `finally` code
1213
* Enhancements
1314
* Added capability to chain pipe commands and redirect their output (e.g. !ls -l | grep user | wc -l > out.txt)
1415
* `pyscript` limits a command's stdout capture to the same period that redirection does.

0 commit comments

Comments
 (0)