Skip to content

Commit f6b5c3b

Browse files
committed
Added changes related to py console
1 parent 06787bc commit f6b5c3b

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
## 0.8.6 (TBD)
2-
* Bug Fixes
3-
* Commands using the @with_argparser_and_unknown_args were not correctly recognized when tab completing help
2+
* Bug Fixes
3+
* Commands using the @with_argparser_and_unknown_args were not correctly recognized when tab completing help
4+
* Fixed ``AttributeError`` on Windows when running a ``select`` command cause by **pyreadline** not implementing ``remove_history_item``
5+
* Enhancement
6+
* Enhanced the ``py`` console in the following ways
7+
* Added tab completion of Python identifiers instead of **cmd2** commands
8+
* Separated the ``py`` console history from the **cmd2** history
49

510
## 0.8.5 (April 15, 2018)
611
* Bug Fixes

0 commit comments

Comments
 (0)