summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1fa32e3b..f9ace9c4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,6 @@
## 1.0.2 (April 06, 2020)
* Bug Fixes
- * Ctrl-C now stops a running text script instead of just the current script command
+ * Ctrl-C now stops a running text script instead of just the current `run_script` command
* Enhancements
* `do_shell()` now saves the return code of the command it runs in `self.last_result` for use in pyscripts