diff options
| author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2019-06-14 22:56:29 -0400 |
|---|---|---|
| committer | Todd Leonhardt <todd.leonhardt@gmail.com> | 2019-06-14 22:56:29 -0400 |
| commit | 57ac00c5001dd39dff0fb7800bb8d530c320d7be (patch) | |
| tree | d697baea99abab3af5b8903cfaa29a307e581335 | |
| parent | 08ba323a94206c7f49684143b8761d98a4207d8a (diff) | |
| download | cmd2-git-0.9.13.tar.gz | |
Updated CHANGELOG with release date for 0.9.130.9.13
| -rw-r--r-- | CHANGELOG.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 05162ffc..aa8e915f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 0.9.13 (June TBD, 2019) +## 0.9.13 (June 14, 2019) * Bug Fixes * Fixed issue where the wrong terminator was being appended by `Statement.expanded_command_line()` * Fixed issue where aliases and macros could not contain terminator characters in their values @@ -14,7 +14,7 @@ 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) + * **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. Therefore output from a command's postparsing and finalization hooks isn't saved in the StdSim object. * `StdSim.buffer.write()` now flushes when the wrapped stream uses line buffering and the bytes being written |
