Skip to content

Commit 58fdd08

Browse files
committed
Updated CHANGELOG with info on recent enhancements
1 parent 49a3290 commit 58fdd08

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
## 0.9.0 (TBD, 2018)
22
* Enhancements
3+
* Automatic completion of ``argparse`` arguments via ``cmd2.argparse_completer.AutoCompleter``
4+
* See the [tab_autocompletion.py](https://github.com/python-cmd2/cmd2/blob/master/examples/tab_autocompletion.py) example for a demonstration of how to use this feature
35
* ``cmd2`` no longer depends on the ``six`` module
6+
* ``cmd2`` is now a multi-file Python package instead of a single-file module
47
* Deletions (potentially breaking changes)
58
* Deleted all ``optparse`` code which had previously been deprecated in release 0.8.0
69
* The ``options`` decorator no longer exists

0 commit comments

Comments
 (0)