Skip to content

Commit da0128e

Browse files
committed
Updated change log for 0.9.7 release
1 parent 6560898 commit da0128e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
1-
## 0.9.7 (TBD, 2018)
1+
## 0.9.7 (January 08, 2019)
22
* Bug Fixes
33
* Fixed bug when user chooses a zero or negative index when calling ``Cmd.select()``
44
* Restored behavior where ``cmd_echo`` always starts as False in a py script. This was broken in 0.9.5.
55
* Enhancements
66
* **cmdloop** now only attempts to register a custom signal handler for SIGINT if running in the main thread
77
* commands run as a result of ``default_to_shell`` being **True** now run via ``do_shell()`` and are saved
8-
to history.
8+
to history.
9+
* Added more tab completion to pyscript command.
910
* Deletions (potentially breaking changes)
1011
* Deleted ``Cmd.colorize()`` and ``Cmd._colorcodes`` which were deprecated in 0.9.5
1112
* Replaced ``dir_exe_only`` and ``dir_only`` flags in ``path_complete`` with optional ``path_filter`` function

0 commit comments

Comments
 (0)