diff options
| author | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2018-05-26 01:17:10 -0400 |
|---|---|---|
| committer | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2018-05-26 01:17:10 -0400 |
| commit | f6b5c3b73017437f8f8ec2b5bce1e843bcac2450 (patch) | |
| tree | 1f97130a417ee71c76b700426bd4356a4b5dc17b | |
| parent | 06787bcbc6a7a50a6345e3f78161022116d09c30 (diff) | |
| download | cmd2-git-f6b5c3b73017437f8f8ec2b5bce1e843bcac2450.tar.gz | |
Added changes related to py console
| -rw-r--r-- | CHANGELOG.md | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index d382fc75..e2be4b6f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ ## 0.8.6 (TBD) - * Bug Fixes - * Commands using the @with_argparser_and_unknown_args were not correctly recognized when tab completing help +* Bug Fixes + * Commands using the @with_argparser_and_unknown_args were not correctly recognized when tab completing help + * Fixed ``AttributeError`` on Windows when running a ``select`` command cause by **pyreadline** not implementing ``remove_history_item`` +* Enhancement + * Enhanced the ``py`` console in the following ways + * Added tab completion of Python identifiers instead of **cmd2** commands + * Separated the ``py`` console history from the **cmd2** history ## 0.8.5 (April 15, 2018) * Bug Fixes |
