diff options
author | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2020-08-27 13:42:23 -0400 |
---|---|---|
committer | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2020-08-27 13:42:23 -0400 |
commit | e3a07c59b541b4a0b937c62ef38be6d8c011c0a3 (patch) | |
tree | 3d14101a17e3b069fa85ad8464c2315e12c90c63 /CHANGELOG.md | |
parent | c87c56296f3281f4886fd0ba7a60e2761b0aa101 (diff) | |
download | cmd2-git-e3a07c59b541b4a0b937c62ef38be6d8c011c0a3.tar.gz |
Fixed typo in change log
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index a4ea1f34..acb29c93 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,8 @@ `Cmd2AttributeWrapper` objects named `cmd2_statement` and `cmd2_handler`. This makes it easy to filter out which attributes in an `argparse.Namespace` were added by `cmd2`. * Deprecations - * ``Namespace.__statement__`` will be removed in `cmd2` 2.0.0. Use `Namespace.get_statement()` going forward. + * ``Namespace.__statement__`` will be removed in `cmd2` 2.0.0. Use `Namespace.cmd2_statement.get()` + going forward. ## 1.3.5 (August 25, 2020) * Bug Fixes |