summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorKevin Van Brunt <kmvanbrunt@gmail.com>2018-12-06 14:12:19 -0500
committerKevin Van Brunt <kmvanbrunt@gmail.com>2018-12-06 14:12:19 -0500
commit534cb7958f8ed2b171599a35e9654534bcd65904 (patch)
tree9a992ba5ddfe7c33613edb699cd3c7f578881a16 /CHANGELOG.md
parent5f0c7d1cc8c69e01c0d3b047eef8dce860bd36cb (diff)
downloadcmd2-git-534cb7958f8ed2b171599a35e9654534bcd65904.tar.gz
Added to change log
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 278df4bf..a7383541 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,10 +1,13 @@
## 0.9.7 (TBD, 2018)
* 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.
* 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
that is used to filter paths out of completion results.
+ * ``perror()`` no longer prepends "ERROR: " to the error message being printed
## 0.9.6 (October 13, 2018)
* Bug Fixes