summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Van Brunt <kmvanbrunt@gmail.com>2019-06-14 18:16:30 -0400
committerKevin Van Brunt <kmvanbrunt@gmail.com>2019-06-14 18:16:30 -0400
commit547d4b83cf161ea8aeb275768f3284c7a751fa9a (patch)
tree5a7b3d3af844c656487840397ca3603deeff4542
parent85dbe035114330a15abd5af6e098ef6948fa6cb0 (diff)
downloadcmd2-git-547d4b83cf161ea8aeb275768f3284c7a751fa9a.tar.gz
Updated change log
-rw-r--r--CHANGELOG.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b6786706..3652cc92 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -11,7 +11,8 @@
* Fixed a bug in how line numbers were calculated for transcript testing
* Fixed issue where `_cmdloop()` suppressed exceptions by returning from within its `finally` code
* Fixed UnsupportedOperation on fileno error when a shell command was one of the commands run while generating
- a transcript
+ a transcript
+ * Fixed bug where history was displaying expanded multiline commands when -x was not specified
* 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.