File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 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 ` .
2
5
* Enhancements
3
6
* All platforms now depend on [ wcwidth] ( https://pypi.python.org/pypi/wcwidth ) to assist with asynchronous alerts.
4
7
* Macros now accept extra arguments when called. These will be tacked onto the resolved command.
5
8
* 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 ` .
9
9
10
10
## 0.9.5 (October 11, 2018)
11
11
* Bug Fixes
You can’t perform that action at this time.
0 commit comments