summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Van Brunt <kmvanbrunt@gmail.com>2018-12-21 00:22:02 -0500
committerKevin Van Brunt <kmvanbrunt@gmail.com>2018-12-21 00:22:02 -0500
commitc4b0b384bd5417755bb44a191e8f7d9b56826a98 (patch)
treef53b229d40bc9f119e1b7de0d39c9c7a248e5a8d
parent6e89905732253a65086aaaaae233db88d1256687 (diff)
downloadcmd2-git-c4b0b384bd5417755bb44a191e8f7d9b56826a98.tar.gz
Added bug fix about cmd_echo
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 22fd5046..2334fff6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,7 @@
## 0.9.7 (TBD, 2018)
* Bug Fixes
* Fixed bug when user chooses a zero or negative index when calling ``Cmd.select()``
+ * Restored default behavior of setting cmd_echo to False before running a py script
* 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