summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f9ace9c4..32935891 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,8 @@
+## 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.
+
## 1.0.2 (April 06, 2020)
* Bug Fixes
* Ctrl-C now stops a running text script instead of just the current `run_script` command