From 4b7c4ca5eccfa249873ed365d2e839d5dd6ddbca Mon Sep 17 00:00:00 2001 From: Erik Doernenburg Date: Wed, 7 May 2014 15:43:40 -0500 Subject: [PATCH] Updated change log for M2 release. --- Source/Changes.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Source/Changes.txt b/Source/Changes.txt index b1ad907f..11be1e9b 100644 --- a/Source/Changes.txt +++ b/Source/Changes.txt @@ -1,8 +1,11 @@ Listing of notable changes by release. More detail is usually found in the Git commit messages and/or the pull requests. -OCMock 3.0.M2 (not yet released) +OCMock 3.0.M2 (2014-05-07) +* Added support from verify-after-run. Only works for methods that are sent + to a mock object. Does not work for classes and methods sent directly to + the real object covered by a partial mock. * Failures without location are now thrown as OCMockTestFailure exception, not as NSInternalInconsistencyException