summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Van Brunt <kmvanbrunt@gmail.com>2018-05-26 01:24:26 -0400
committerKevin Van Brunt <kmvanbrunt@gmail.com>2018-05-26 01:24:26 -0400
commit98f03b5ef26f3aef421e0ef5f08f0e1e72635777 (patch)
treec977d3562012351420f390bd347c99d2ae8c9183
parentf6b5c3b73017437f8f8ec2b5bce1e843bcac2450 (diff)
downloadcmd2-git-98f03b5ef26f3aef421e0ef5f08f0e1e72635777.tar.gz
Fixed header in documentation
-rw-r--r--CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e2be4b6f..b68627f2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,7 +2,7 @@
* 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
+* Enhancements
* 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