Skip to content

Commit 547d4b8

Browse files
committed
Updated change log
1 parent 85dbe03 commit 547d4b8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
* Fixed a bug in how line numbers were calculated for transcript testing
1212
* Fixed issue where `_cmdloop()` suppressed exceptions by returning from within its `finally` code
1313
* Fixed UnsupportedOperation on fileno error when a shell command was one of the commands run while generating
14-
a transcript
14+
a transcript
15+
* Fixed bug where history was displaying expanded multiline commands when -x was not specified
1516
* Enhancements
1617
* Added capability to chain pipe commands and redirect their output (e.g. !ls -l | grep user | wc -l > out.txt)
1718
* `pyscript` limits a command's stdout capture to the same period that redirection does.

0 commit comments

Comments
 (0)