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 ` .
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
You can’t perform that action at this time.
0 commit comments