summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorKevin Van Brunt <kmvanbrunt@gmail.com>2020-04-20 22:55:29 -0400
committerKevin Van Brunt <kmvanbrunt@gmail.com>2020-04-20 22:55:29 -0400
commitf05dfe73d675e198ad271fa23c7dcdcd1f988551 (patch)
tree2fbca752e6cae94dcfd2ce37286a4c296b82d633 /CHANGELOG.md
parent0ddf61a2b8640d38b182be9100f35350cb2c96f8 (diff)
downloadcmd2-git-f05dfe73d675e198ad271fa23c7dcdcd1f988551.tar.gz
cmd2 now considers ipy a pyscript environment
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md6
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