Skip to content

Commit 534cb79

Browse files
committed
Added to change log
1 parent 5f0c7d1 commit 534cb79

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
@@ -1,10 +1,13 @@
11
## 0.9.7 (TBD, 2018)
22
* Enhancements
33
* **cmdloop** now only attempts to register a custom signal handler for SIGINT if running in the main thread
4+
* commands run as a result of ``default_to_shell`` being **True** now run via ``do_shell()`` and are saved
5+
to history.
46
* Deletions (potentially breaking changes)
57
* Deleted ``Cmd.colorize()`` and ``Cmd._colorcodes`` which were deprecated in 0.9.5
68
* Replaced ``dir_exe_only`` and ``dir_only`` flags in ``path_complete`` with optional ``path_filter`` function
79
that is used to filter paths out of completion results.
10+
* ``perror()`` no longer prepends "ERROR: " to the error message being printed
811

912
## 0.9.6 (October 13, 2018)
1013
* Bug Fixes

0 commit comments

Comments
 (0)