Skip to content

Commit 8fcf7f2

Browse files
committed
Added to enhancements section
1 parent ed287b6 commit 8fcf7f2

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,23 @@
11
## 0.8.5 (April 15, 2018)
22
* Bug Fixes
33
* Fixed a bug with all argument decorators where the wrapped function wasn't returning a value and thus couldn't cause the cmd2 app to quit
4-
4+
55
* Enhancements
66
* Added support for verbose help with -v where it lists a brief summary of what each command does
77
* Added support for categorizing commands into groups within the help menu
88
* See the [Grouping Commands](http://cmd2.readthedocs.io/en/latest/argument_processing.html?highlight=verbose#grouping-commands) section of the docs for more info
99
* See [help_categories.py](https://github.com/python-cmd2/cmd2/blob/master/examples/help_categories.py) for an example
1010
* Tab completion of paths now supports ~user user path expansion
1111
* Simplified implementation of various tab completion functions so they no longer require ``ctypes``
12-
12+
* Expanded documentation of ``display_matches`` list to clarify its purpose. See cmd2.py for this documentation.
13+
* Adding opening quote to tab completion if any of the matches have a space.
14+
1315
* **Python 2 EOL notice**
1416
* This is the last release where new features will be added to ``cmd2`` for Python 2.7
1517
* The 0.9.0 release of ``cmd2`` will support Python 3.4+ only
1618
* Additional 0.8.x releases may be created to supply bug fixes for Python 2.7 up until August 31, 2018
1719
* After August 31, 2018 not even bug fixes will be provided for Python 2.7
18-
20+
1921
## 0.8.4 (April 10, 2018)
2022
* Bug Fixes
2123
* Fixed conditional dependency issue in setup.py that was in 0.8.3.

0 commit comments

Comments
 (0)