summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorKevin Van Brunt <kmvanbrunt@gmail.com>2020-04-20 21:26:52 -0400
committerKevin Van Brunt <kmvanbrunt@gmail.com>2020-04-20 21:26:52 -0400
commitafe89a7ab3583d3619f933280ce70d358f2a7d2a (patch)
tree4c603a2ad73b5cfd7205780e8419ca6cafb402a4 /CHANGELOG.md
parentf9a8727805ea786781635db5d6e3c2247080c441 (diff)
downloadcmd2-git-afe89a7ab3583d3619f933280ce70d358f2a7d2a.tar.gz
Updated change log
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