Skip to content

Commit 7786b66

Browse files
committed
Moved bug fixes to top
1 parent 058db75 commit 7786b66

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
## 0.9.6 (TBD)
1+
## 0.9.6 (October 13, 2018)
2+
* Bug Fixes
3+
* Fixed bug introduced in 0.9.5 caused by backing up and restoring `self.prompt` in `pseudo_raw_input`.
4+
As part of this fix, continuation prompts will not be redrawn with `async_update_prompt` or `async_alert`.
25
* Enhancements
36
* All platforms now depend on [wcwidth](https://pypi.python.org/pypi/wcwidth) to assist with asynchronous alerts.
47
* Macros now accept extra arguments when called. These will be tacked onto the resolved command.
58
* All cmd2 commands run via py now go through onecmd_plus_hooks.
6-
* Bug Fixes
7-
* Fixed bug introduced in 0.9.5 caused by backing up and restoring self.prompt in pseudo_raw_input().
8-
As part of this fix, continuation prompts will not be redrawn with `async_update_prompt` or `async_alert`.
99

1010
## 0.9.5 (October 11, 2018)
1111
* Bug Fixes

0 commit comments

Comments
 (0)