Skip to content

Commit

Permalink
Updated CHANGELOG on python2 branch in preparation for 0.8.6 release
Browse files Browse the repository at this point in the history
  • Loading branch information
tleonhardt committed May 27, 2018
1 parent 8acfe9b commit 1595d75
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
## 0.8.6 (TBD)
## 0.8.6 (May 27, 2018)
* Bug Fixes
* Commands using the @with_argparser_and_unknown_args were not correctly recognized when tab completing help
* Commands using the @with_argparser_and_unknown_args were not correctly recognized when tab completing
* Fixed issue where completion display function was overwritten when a submenu quits
* Fixed ``AttributeError`` on Windows when running a ``select`` command cause by **pyreadline** not implementing ``remove_history_item``
* Enhancements
* Added warning about **libedit** variant of **readline** not being supported on macOS
* Added tab-completion of alias names in value filed of **alias** command
* 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
Expand Down

0 comments on commit 1595d75

Please sign in to comment.