diff options
author | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2020-03-26 14:30:49 -0400 |
---|---|---|
committer | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2020-03-26 14:30:49 -0400 |
commit | cb0726ea693aadf5bc921ccb9eee35dc5823e17b (patch) | |
tree | 5ae86f46373fac6876611938bfbb2b28e4bb7f3d | |
parent | 8d611e0a90dc1cca4601fcfa7fe88561162e3f26 (diff) | |
download | cmd2-git-cb0726ea693aadf5bc921ccb9eee35dc5823e17b.tar.gz |
Updated change log
-rw-r--r-- | CHANGELOG.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index ff62be6b..bae7f7d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,8 @@ ## 1.0.2 (TBD, 2020) +* Bug Fixes + * Ctrl-C now stops a running text script instead of just the current script command * 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 |