summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorKevin Van Brunt <kmvanbrunt@gmail.com>2020-04-22 23:31:03 -0400
committerKevin Van Brunt <kmvanbrunt@gmail.com>2020-04-22 23:31:03 -0400
commit8bb383b90df391b2a820adbf27aa47e0915679d3 (patch)
treeb99e2b6c3cd9dce66feb3fb2adcbf5523661ebaf /CHANGELOG.md
parentf261f0df4d3831d47d5f38b12cc0d7bc747cd89d (diff)
parent6bfc6456dce9c2e87c24d0d3ba833323623b63bf (diff)
downloadcmd2-git-8bb383b90df391b2a820adbf27aa47e0915679d3.tar.gz
Merge branch 'master' into table_creator
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 01180001..03b88d03 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,7 +3,9 @@
* 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.
+ * Starting `ipy` when `Cmd.in_pyscript()` is already True is not allowed.
+ * `with_argument_list`, `with_argparser`, and `with_argparser_and_unknown_args` wrappers now pass
+ `kwargs` through to their wrapped command function.
## 1.0.2 (April 06, 2020)
* Bug Fixes