Skip to content

Commit e87c675

Browse files
committed
Changlog updates for PR#462
1 parent 42f095c commit e87c675

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,17 @@
22
* Bug Fixes
33
* Fixed bug where ``preparse`` wasn't getting called
44
* Enhancements
5-
* Improved implementation of lifecycle hooks to to support a plugin framework
5+
* Improved implementation of lifecycle hooks to to support a plugin
6+
framework, see ``docs/hooks.rst`` for details.
7+
* New dependency on ``attrs`` third party module
68
* Deprecations
7-
* Deprecated a few of the old lifecycle hook methods
9+
* Deprecated the following hook methods, see ``hooks.rst`` for full details:
10+
* ``cmd2.Cmd.preparse()`` - equivilent functionality available
11+
via ``cmd2.Cmd.register_postparsing_hook()``
12+
* ``cmd2.Cmd.postparsing_precmd()`` - equivilent functionality available
13+
via ``cmd2.Cmd.register_postparsing_hook()``
14+
* ``cmd2.Cmd.postparsing_postcmd()`` - equivilent functionality available
15+
via ``cmd2.Cmd.register_postcmd_hook()``
816

917
## 0.9.3 (July 12, 2018)
1018
* Bug Fixes

0 commit comments

Comments
 (0)