summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Van Brunt <kmvanbrunt@gmail.com>2018-05-26 01:17:10 -0400
committerKevin Van Brunt <kmvanbrunt@gmail.com>2018-05-26 01:17:10 -0400
commitf6b5c3b73017437f8f8ec2b5bce1e843bcac2450 (patch)
tree1f97130a417ee71c76b700426bd4356a4b5dc17b
parent06787bcbc6a7a50a6345e3f78161022116d09c30 (diff)
downloadcmd2-git-f6b5c3b73017437f8f8ec2b5bce1e843bcac2450.tar.gz
Added changes related to py console
-rw-r--r--CHANGELOG.md9
1 files changed, 7 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d382fc75..e2be4b6f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,11 @@
## 0.8.6 (TBD)
- * Bug Fixes
- * Commands using the @with_argparser_and_unknown_args were not correctly recognized when tab completing help
+* Bug Fixes
+ * Commands using the @with_argparser_and_unknown_args were not correctly recognized when tab completing help
+ * Fixed ``AttributeError`` on Windows when running a ``select`` command cause by **pyreadline** not implementing ``remove_history_item``
+* Enhancement
+ * 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
## 0.8.5 (April 15, 2018)
* Bug Fixes