From f05dfe73d675e198ad271fa23c7dcdcd1f988551 Mon Sep 17 00:00:00 2001 From: Kevin Van Brunt Date: Mon, 20 Apr 2020 22:55:29 -0400 Subject: cmd2 now considers ipy a pyscript environment --- CHANGELOG.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'CHANGELOG.md') 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 -- cgit v1.2.1