Skip to content

Commit f760d65

Browse files
committed
Preparation for OCMock 3 M3 release.
1 parent 4af1abb commit f760d65

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Source/Changes.txt

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
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.0.M3 (unreleased)
4+
OCMock 3.0.M3 (2014-05-31)
55

66
* Added support for verify-after-run for class methods and for methods sent
77
directly to the real object covered by a partial mock.
88
* Using a temporary meta class subclass for mocking class methods, enabling
99
full clean-up. As a consequence class methods mocked on a given class are no
10-
longer mocked in all subclasses.
10+
longer mocked in all subclasses.
1111
* Throwing descriptive exception when attempting to create partial mock on
1212
toll-free bridged classes and tagged pointers (Mark Larsen)
13+
* Changed license to Apache 2 license
1314

1415

1516
OCMock 3.0.M2 (2014-05-07)

Tools/build.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ def makeRelease
1212
downloadSource
1313
copySource
1414
buildModules
15-
createPackage "ocmock-3.0.M2.dmg", "OCMock 3.0.M2"
15+
createPackage "ocmock-3.0.M3.dmg", "OCMock 3.0.M3"
1616
openPackageDir
1717
end
1818

0 commit comments

Comments
 (0)