Skip to content

Commit 7b95b9c

Browse files
committed
Updated CHANGELOG
1 parent aa546af commit 7b95b9c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
framework, see ``docs/hooks.rst`` for details.
88
* New dependency on ``attrs`` third party module
99
* Added ``matches_sorted`` member to support custom sorting of tab-completion matches
10+
* Added [tab_autocomp_dynamic.py](https://github.com/python-cmd2/cmd2/blob/master/examples/tab_autocomp_dynamic.py) example
11+
* Demonstrates updating the argparse object during init instead of during class construction
1012
* Deprecations
1113
* Deprecated the following hook methods, see ``hooks.rst`` for full details:
1214
* ``cmd2.Cmd.preparse()`` - equivalent functionality available

0 commit comments

Comments
 (0)