Skip to content

Commit

Permalink
Fixed typo in change log
Browse files Browse the repository at this point in the history
  • Loading branch information
kmvanbrunt committed Aug 27, 2020
1 parent c87c562 commit e3a07c5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e3a07c5

Please sign in to comment.