From 5cf74baab4e23cac686b4497f5a521468fb2b9cd Mon Sep 17 00:00:00 2001 From: Erik Doernenburg Date: Sun, 24 May 2020 18:03:23 +0200 Subject: [PATCH] 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. --- Source/Changes.txt | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Source/Changes.txt b/Source/Changes.txt index 1fdfd50a..f7d88530 100644 --- a/Source/Changes.txt +++ b/Source/Changes.txt @@ -1,6 +1,15 @@ Listing of notable changes by release. More detail is usually found in the Git commit messages and/or the pull requests. +OCMock 3.6.1 (unreleased) + +* Fixed mocking init methods when using ARC. This worked before but could + result in memory related crashes. (Dave MacLachlan) +* Added support for non-escaping blocks. (Dave MacLachlan) +* Numerous other bug-fixes and improvements to developer experience, e.g. + clearer error messages. (Dave MacLachlan) + + OCMock 3.6 (2020-02-16) * Added support for quantifiers. Please see documentation section 3.3 as well