summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorKevin Van Brunt <kmvanbrunt@gmail.com>2020-08-20 19:56:16 -0400
committerKevin Van Brunt <kmvanbrunt@gmail.com>2020-08-20 19:56:16 -0400
commitb570e94fddc657ed1928f52c1b889a2058c36d8d (patch)
treeb16f13b483a9c2a23dcb70168c201c50e08217e8 /CHANGELOG.md
parent5f76f955ba3c5cd7f4e3aaef3e9e2163d4160c7a (diff)
downloadcmd2-git-b570e94fddc657ed1928f52c1b889a2058c36d8d.tar.gz
Updated change log for release1.3.4
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 292c9115..161a058d 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