summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTodd Leonhardt <todd.leonhardt@gmail.com>2018-05-27 18:58:35 -0400
committerTodd Leonhardt <todd.leonhardt@gmail.com>2018-05-27 18:58:35 -0400
commit1595d75f455eddafc69a60c267471d4090c582e2 (patch)
treeb96580a8a603b34e2b89c6c34c371b22a87ee246
parent8acfe9b476560249207c3feccec0c20e4eaa2e5d (diff)
downloadcmd2-git-0.8.6.tar.gz
Updated CHANGELOG on python2 branch in preparation for 0.8.6 release0.8.6
-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