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)
2
2
* Bug Fixes
3
- * Fixed bug where `` preparse `` wasn't getting called
3
+ * Fixed bug where `` preparse `` was not getting called
4
4
* Enhancements
5
5
* Improved implementation of lifecycle hooks to support a plugin
6
6
framework, see `` docs/hooks.rst `` for details.
7
7
* New dependency on `` attrs `` third party module
8
8
* Added `` matches_sorted `` member to support custom sorting of tab-completion matches
9
9
* Deprecations
10
10
* 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
12
12
via `` cmd2.Cmd.register_postparsing_hook() ``
13
- * `` cmd2.Cmd.postparsing_precmd() `` - equivilent functionality available
13
+ * `` cmd2.Cmd.postparsing_precmd() `` - equivalent functionality available
14
14
via `` cmd2.Cmd.register_postparsing_hook() ``
15
- * `` cmd2.Cmd.postparsing_postcmd() `` - equivilent functionality available
15
+ * `` cmd2.Cmd.postparsing_postcmd() `` - equivalent functionality available
16
16
via `` cmd2.Cmd.register_postcmd_hook() ``
17
17
18
18
## 0.8.9 (August TBD, 2018)
You can’t perform that action at this time.
0 commit comments