summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Van Brunt <kmvanbrunt@gmail.com>2019-01-08 20:43:09 -0500
committerKevin Van Brunt <kmvanbrunt@gmail.com>2019-01-08 20:43:09 -0500
commitda0128e3e227b95c68ccbb81124ec773b2996547 (patch)
tree10209def32400d7b9ebd7f846baab2fe64c6e791
parent65608980d015717cb63d692fe30e4b5cc1f952c2 (diff)
downloadcmd2-git-da0128e3e227b95c68ccbb81124ec773b2996547.tar.gz
Updated change log for 0.9.7 release
-rw-r--r--CHANGELOG.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 31ef1bc3..559014e8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,11 +1,12 @@
-## 0.9.7 (TBD, 2018)
+## 0.9.7 (January 08, 2019)
* Bug Fixes
* Fixed bug when user chooses a zero or negative index when calling ``Cmd.select()``
* Restored behavior where ``cmd_echo`` always starts as False in a py script. This was broken in 0.9.5.
* Enhancements
* **cmdloop** now only attempts to register a custom signal handler for SIGINT if running in the main thread
* commands run as a result of ``default_to_shell`` being **True** now run via ``do_shell()`` and are saved
- to history.
+ to history.
+ * Added more tab completion to pyscript command.
* Deletions (potentially breaking changes)
* Deleted ``Cmd.colorize()`` and ``Cmd._colorcodes`` which were deprecated in 0.9.5
* Replaced ``dir_exe_only`` and ``dir_only`` flags in ``path_complete`` with optional ``path_filter`` function