diff options
author | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2019-03-21 23:55:30 -0400 |
---|---|---|
committer | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2019-03-21 23:55:30 -0400 |
commit | c32412eeb8a05ebef173e32ef781aa2a9fff9727 (patch) | |
tree | fa019821e72fc2d5f98bac3d6eaaa06ea3c74963 /CHANGELOG.md | |
parent | d023377e11461c7a3821bb4711dcfbf3e3abdf77 (diff) | |
download | cmd2-git-c32412eeb8a05ebef173e32ef781aa2a9fff9727.tar.gz |
Updated change log
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 da3d0751..11cfe8cb 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. |