diff options
author | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2019-04-24 12:47:57 -0400 |
---|---|---|
committer | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2019-04-24 12:47:57 -0400 |
commit | 593cbc781d6d01b0b6753a298c2ab02e5c3635a3 (patch) | |
tree | d3a0e71d2d500c323de64e053a42efb63b511b9d /CHANGELOG.md | |
parent | 316dafd0585ae2c5b027e67db9459fac0cc8ffd8 (diff) | |
download | cmd2-git-593cbc781d6d01b0b6753a298c2ab02e5c3635a3.tar.gz |
Updated change log
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index c72cfff0..b686c17a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 0.9.13 (TBD, 2019) +* Enhancements + * `pyscript` limits a command's stdout capture to the same period that redirection does. + Therefore output from a command's postparsing and command finalization hooks isn't saved in the StdSim object. + ## 0.9.12 (April 22, 2019) * Bug Fixes * Fixed a bug in how redirection and piping worked inside ``py`` or ``pyscript`` commands |