From b570e94fddc657ed1928f52c1b889a2058c36d8d Mon Sep 17 00:00:00 2001 From: Kevin Van Brunt Date: Thu, 20 Aug 2020 19:56:16 -0400 Subject: [PATCH] Updated change log for release --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 292c91156..161a058d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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