Skip to content

Commit b570e94

Browse files
committed
Updated change log for release
1 parent 5f76f95 commit b570e94

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
1-
## 1.3.4 (TBD)
1+
## 1.3.4 (August 20, 2020)
22
* Bug Fixes
33
* Fixed `AttributeError` when `CommandSet` that uses `as_subcommand_to` decorator is loaded during
44
`cmd2.Cmd.__init__()`.
5+
* Enhancements
6+
* Improved exception messages when using mock without `spec=True`.
7+
See [testing](https://cmd2.readthedocs.io/en/latest/testing.html) documentation for more details on testing
8+
cmd2-based applications with mock.
59

610
## 1.3.3 (August 13, 2020)
711
* Breaking changes

0 commit comments

Comments
 (0)