Skip to content

Commit 5cf74ba

Browse files
committed
Added credits for recently merged changes.
At this stage I am not sure whether to merge a few more (#419, #404, #398) and release as 3.6.1 or whether to include #421 (and maybe a variation on #394) and then release as 3.7.
1 parent 9b0e314 commit 5cf74ba

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Source/Changes.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
Listing of notable changes by release. More detail is usually found in the Git
22
commit messages and/or the pull requests.
33

4+
OCMock 3.6.1 (unreleased)
5+
6+
* Fixed mocking init methods when using ARC. This worked before but could
7+
result in memory related crashes. (Dave MacLachlan)
8+
* Added support for non-escaping blocks. (Dave MacLachlan)
9+
* Numerous other bug-fixes and improvements to developer experience, e.g.
10+
clearer error messages. (Dave MacLachlan)
11+
12+
413
OCMock 3.6 (2020-02-16)
514

615
* Added support for quantifiers. Please see documentation section 3.3 as well

0 commit comments

Comments
 (0)