summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorKevin Van Brunt <kmvanbrunt@gmail.com>2020-03-20 13:51:43 -0400
committerGitHub <noreply@github.com>2020-03-20 13:51:43 -0400
commit990ec45e087aed2a9a6309db893c8a25cb3a89fd (patch)
treedcf46cb649bf9bdc095d4bcf5757c37ccfded9b6 /CHANGELOG.md
parent36864f4d212daf8d6e94359c08a7388c7c457f80 (diff)
parentc3e424ec69de31890ddadf67dee5fa903cbcd665 (diff)
downloadcmd2-git-990ec45e087aed2a9a6309db893c8a25cb3a89fd.tar.gz
Merge pull request #908 from python-cmd2/shell_pyscript
do_shell integration with pyscript
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7760255d..04351333 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +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
+
## 1.0.1 (March 13, 2020)
* Bug Fixes
* Fixed issue where postcmd hooks were running after an `argparse` exception in a command.