summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorKevin Van Brunt <kmvanbrunt@gmail.com>2020-03-26 13:38:30 -0400
committerKevin Van Brunt <kmvanbrunt@gmail.com>2020-03-26 13:38:30 -0400
commit662a7842f93c3c89b95697e9a81f277f729e132d (patch)
treee78dfd9a7535ab7454ae786608cbcd3ea1394d15 /CHANGELOG.md
parent990ec45e087aed2a9a6309db893c8a25cb3a89fd (diff)
downloadcmd2-git-662a7842f93c3c89b95697e9a81f277f729e132d.tar.gz
Ctrl-C now stops a running text script instead of just the current script command
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 04351333..ff62be6b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,7 @@
## 1.0.2 (TBD, 2020)
* Enhancements
* `do_shell()` now saves the return code of the command it runs in `self.last_result` for use in pyscripts
+ * Ctrl-C now stops a running text script instead of just the current script command
## 1.0.1 (March 13, 2020)
* Bug Fixes