Skip to content

Commit 1595d75

Browse files
committed
Updated CHANGELOG on python2 branch in preparation for 0.8.6 release
1 parent 8acfe9b commit 1595d75

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

CHANGELOG.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
1-
## 0.8.6 (TBD)
1+
## 0.8.6 (May 27, 2018)
22
* Bug Fixes
3-
* Commands using the @with_argparser_and_unknown_args were not correctly recognized when tab completing help
3+
* Commands using the @with_argparser_and_unknown_args were not correctly recognized when tab completing
4+
* Fixed issue where completion display function was overwritten when a submenu quits
45
* Fixed ``AttributeError`` on Windows when running a ``select`` command cause by **pyreadline** not implementing ``remove_history_item``
56
* Enhancements
7+
* Added warning about **libedit** variant of **readline** not being supported on macOS
8+
* Added tab-completion of alias names in value filed of **alias** command
69
* Enhanced the ``py`` console in the following ways
710
* Added tab completion of Python identifiers instead of **cmd2** commands
811
* Separated the ``py`` console history from the **cmd2** history

0 commit comments

Comments
 (0)