Skip to content

Commit

Permalink
Updated change log for release
Browse files Browse the repository at this point in the history
  • Loading branch information
kmvanbrunt committed Aug 20, 2020
1 parent 5f76f95 commit b570e94
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
## 1.3.4 (TBD)
## 1.3.4 (August 20, 2020)
* Bug Fixes
* Fixed `AttributeError` when `CommandSet` that uses `as_subcommand_to` decorator is loaded during
`cmd2.Cmd.__init__()`.
* Enhancements
* Improved exception messages when using mock without `spec=True`.
See [testing](https://cmd2.readthedocs.io/en/latest/testing.html) documentation for more details on testing
cmd2-based applications with mock.

## 1.3.3 (August 13, 2020)
* Breaking changes
Expand Down

0 comments on commit b570e94

Please sign in to comment.