diff options
author | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2020-04-20 22:55:29 -0400 |
---|---|---|
committer | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2020-04-20 22:55:29 -0400 |
commit | f05dfe73d675e198ad271fa23c7dcdcd1f988551 (patch) | |
tree | 2fbca752e6cae94dcfd2ce37286a4c296b82d633 /CHANGELOG.md | |
parent | 0ddf61a2b8640d38b182be9100f35350cb2c96f8 (diff) | |
download | cmd2-git-f05dfe73d675e198ad271fa23c7dcdcd1f988551.tar.gz |
cmd2 now considers ipy a pyscript environment
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 32935891..01180001 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,9 @@ ## 1.0.3 (TBD, 2020) * Enhancements - * `ipy` now returns whether any of the commands run in it returned True to stop command loop. This is consistent - with the `py` command. + * Made `ipy` consistent with `py` in the following ways + * `ipy` returns whether any of the commands run in it returned True to stop command loop + * `Cmd.in_pyscript()` returns True while in `ipy`. + * Starting `ipy` when `Cmd.in_pyscript()` is already True is not allowed. ## 1.0.2 (April 06, 2020) * Bug Fixes |