Skip to content

Commit

Permalink
Updated change log for M2 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
erikdoe committed May 7, 2014
1 parent d5a1c49 commit 4b7c4ca
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Source/Changes.txt
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 4b7c4ca

Please sign in to comment.