diff options
author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2018-08-06 10:28:10 -0400 |
---|---|---|
committer | Todd Leonhardt <todd.leonhardt@gmail.com> | 2018-08-06 10:28:10 -0400 |
commit | 46955ec2f403a94ca3582fe3225bdcc369f334e1 (patch) | |
tree | 8f162c7297c7810172a121f42ed64b537a7d21bd | |
parent | ab6da6182c6055108179eb762208b13115365b88 (diff) | |
download | cmd2-git-46955ec2f403a94ca3582fe3225bdcc369f334e1.tar.gz |
Minor updates to changelog
-rw-r--r-- | CHANGELOG.md | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index fcc394f8..347a09a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ -## 0.9.4 (TBD, 2018) +## 0.9.4 (August TBD, 2018) * Bug Fixes - * Fixed bug where ``preparse`` wasn't getting called + * Fixed bug where ``preparse`` was not getting called * Enhancements * Improved implementation of lifecycle hooks to support a plugin framework, see ``docs/hooks.rst`` for details. @@ -8,11 +8,11 @@ * Added ``matches_sorted`` member to support custom sorting of tab-completion matches * Deprecations * Deprecated the following hook methods, see ``hooks.rst`` for full details: - * ``cmd2.Cmd.preparse()`` - equivilent functionality available + * ``cmd2.Cmd.preparse()`` - equivalent functionality available via ``cmd2.Cmd.register_postparsing_hook()`` - * ``cmd2.Cmd.postparsing_precmd()`` - equivilent functionality available + * ``cmd2.Cmd.postparsing_precmd()`` - equivalent functionality available via ``cmd2.Cmd.register_postparsing_hook()`` - * ``cmd2.Cmd.postparsing_postcmd()`` - equivilent functionality available + * ``cmd2.Cmd.postparsing_postcmd()`` - equivalent functionality available via ``cmd2.Cmd.register_postcmd_hook()`` ## 0.8.9 (August TBD, 2018) |