diff options
author | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2018-10-13 18:03:39 -0400 |
---|---|---|
committer | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2018-10-13 18:03:39 -0400 |
commit | 7786b667a4dcd6f4f1b441c876c0228a3f7ca45f (patch) | |
tree | b1b42f841b1227f0c9e09e4d8855a1387a9cafa4 | |
parent | 058db757857977baaa764ce5422ba7038d678857 (diff) | |
download | cmd2-git-7786b667a4dcd6f4f1b441c876c0228a3f7ca45f.tar.gz |
Moved bug fixes to top
-rw-r--r-- | CHANGELOG.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index c9785284..0b33bd1a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,11 @@ -## 0.9.6 (TBD) +## 0.9.6 (October 13, 2018) +* Bug Fixes + * Fixed bug introduced in 0.9.5 caused by backing up and restoring `self.prompt` in `pseudo_raw_input`. + As part of this fix, continuation prompts will not be redrawn with `async_update_prompt` or `async_alert`. * Enhancements * All platforms now depend on [wcwidth](https://pypi.python.org/pypi/wcwidth) to assist with asynchronous alerts. * Macros now accept extra arguments when called. These will be tacked onto the resolved command. * All cmd2 commands run via py now go through onecmd_plus_hooks. -* Bug Fixes - * Fixed bug introduced in 0.9.5 caused by backing up and restoring self.prompt in pseudo_raw_input(). - As part of this fix, continuation prompts will not be redrawn with `async_update_prompt` or `async_alert`. ## 0.9.5 (October 11, 2018) * Bug Fixes |