summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b68627f2..0bdfe163 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -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