diff options
author | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2019-03-27 21:43:44 -0400 |
---|---|---|
committer | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2019-03-27 21:43:44 -0400 |
commit | bf37cf0d90f1b2a119dacc7e4da7a863c81140d5 (patch) | |
tree | 5ba62aaf3211ff96e31ccb96bbd59de379abc9ce /CHANGELOG.md | |
parent | a96939b4e88302e13abc033355cbf21cb66bd3ac (diff) | |
parent | 6fd9cc69e58a9b85ae5579ec20de429ed2cfef5e (diff) | |
download | cmd2-git-bf37cf0d90f1b2a119dacc7e4da7a863c81140d5.tar.gz |
Merge branch 'master' into capture_popen
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 8dc61076..e973094f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ ## 0.9.12 (March TBD, 2019) * Bug Fixes * Fixed a bug in how redirection and piping worked inside ``py`` or ``pyscript`` commands + * Fixed bug in `async_alert` where it didn't account for prompts that contained newline characters * Enhancements * Added ability to include command name placeholders in the message printed when trying to run a disabled command. * See docstring for ``disable_command()`` or ``disable_category()`` for more details. |