From 662a7842f93c3c89b95697e9a81f277f729e132d Mon Sep 17 00:00:00 2001 From: Kevin Van Brunt Date: Thu, 26 Mar 2020 13:38:30 -0400 Subject: Ctrl-C now stops a running text script instead of just the current script command --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) (limited to 'CHANGELOG.md') 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 -- cgit v1.2.1