Skip to content

Commit 058db75

Browse files
committed
Added bug fixes to change log
1 parent d3d75f2 commit 058db75

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
* All platforms now depend on [wcwidth](https://pypi.python.org/pypi/wcwidth) to assist with asynchronous alerts.
44
* Macros now accept extra arguments when called. These will be tacked onto the resolved command.
55
* 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`.
69

710
## 0.9.5 (October 11, 2018)
811
* Bug Fixes

0 commit comments

Comments
 (0)