Skip to content

Commit 46955ec

Browse files
committed
Minor updates to changelog
1 parent ab6da61 commit 46955ec

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
## 0.9.4 (TBD, 2018)
1+
## 0.9.4 (August TBD, 2018)
22
* Bug Fixes
3-
* Fixed bug where ``preparse`` wasn't getting called
3+
* Fixed bug where ``preparse`` was not getting called
44
* Enhancements
55
* Improved implementation of lifecycle hooks to support a plugin
66
framework, see ``docs/hooks.rst`` for details.
77
* New dependency on ``attrs`` third party module
88
* Added ``matches_sorted`` member to support custom sorting of tab-completion matches
99
* Deprecations
1010
* Deprecated the following hook methods, see ``hooks.rst`` for full details:
11-
* ``cmd2.Cmd.preparse()`` - equivilent functionality available
11+
* ``cmd2.Cmd.preparse()`` - equivalent functionality available
1212
via ``cmd2.Cmd.register_postparsing_hook()``
13-
* ``cmd2.Cmd.postparsing_precmd()`` - equivilent functionality available
13+
* ``cmd2.Cmd.postparsing_precmd()`` - equivalent functionality available
1414
via ``cmd2.Cmd.register_postparsing_hook()``
15-
* ``cmd2.Cmd.postparsing_postcmd()`` - equivilent functionality available
15+
* ``cmd2.Cmd.postparsing_postcmd()`` - equivalent functionality available
1616
via ``cmd2.Cmd.register_postcmd_hook()``
1717

1818
## 0.8.9 (August TBD, 2018)

0 commit comments

Comments
 (0)