File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 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)
You can’t perform that action at this time.
0 commit comments