diff options
| author | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2018-04-14 04:41:19 -0400 |
|---|---|---|
| committer | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2018-04-14 04:41:19 -0400 |
| commit | 8fcf7f2e7f6a62b89d85e1b53689fe1fbf937281 (patch) | |
| tree | bc69c81988c9f1c285904995a4c7f409aa953287 | |
| parent | ed287b6314e387c5484cc7835e8d0352c7e519fb (diff) | |
| download | cmd2-git-8fcf7f2e7f6a62b89d85e1b53689fe1fbf937281.tar.gz | |
Added to enhancements section
| -rw-r--r-- | CHANGELOG.md | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index f9b99995..8a480123 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ ## 0.8.5 (April 15, 2018) * Bug Fixes * 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 - + * Enhancements * Added support for verbose help with -v where it lists a brief summary of what each command does * Added support for categorizing commands into groups within the help menu @@ -9,13 +9,15 @@ * See [help_categories.py](https://github.com/python-cmd2/cmd2/blob/master/examples/help_categories.py) for an example * Tab completion of paths now supports ~user user path expansion * Simplified implementation of various tab completion functions so they no longer require ``ctypes`` - + * Expanded documentation of ``display_matches`` list to clarify its purpose. See cmd2.py for this documentation. + * Adding opening quote to tab completion if any of the matches have a space. + * **Python 2 EOL notice** * This is the last release where new features will be added to ``cmd2`` for Python 2.7 * The 0.9.0 release of ``cmd2`` will support Python 3.4+ only * Additional 0.8.x releases may be created to supply bug fixes for Python 2.7 up until August 31, 2018 * After August 31, 2018 not even bug fixes will be provided for Python 2.7 - + ## 0.8.4 (April 10, 2018) * Bug Fixes * Fixed conditional dependency issue in setup.py that was in 0.8.3. |
