diff options
author | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2020-04-06 13:32:09 -0400 |
---|---|---|
committer | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2020-04-06 13:32:09 -0400 |
commit | 91c1e55256252dcc025acbd11653570a370ea4c6 (patch) | |
tree | caf306279e4dfcb692febd57a40d192c48f59037 /CHANGELOG.md | |
parent | 1422526e387b3c4c2b39e5e7db26c7d7f8287aa5 (diff) | |
download | cmd2-git-91c1e55256252dcc025acbd11653570a370ea4c6.tar.gz |
Updated change log text
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 2 |
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 |