diff options
author | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2020-04-22 23:31:03 -0400 |
---|---|---|
committer | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2020-04-22 23:31:03 -0400 |
commit | 8bb383b90df391b2a820adbf27aa47e0915679d3 (patch) | |
tree | b99e2b6c3cd9dce66feb3fb2adcbf5523661ebaf /CHANGELOG.md | |
parent | f261f0df4d3831d47d5f38b12cc0d7bc747cd89d (diff) | |
parent | 6bfc6456dce9c2e87c24d0d3ba833323623b63bf (diff) | |
download | cmd2-git-8bb383b90df391b2a820adbf27aa47e0915679d3.tar.gz |
Merge branch 'master' into table_creator
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 4 |
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 |