Commit f760d65 1 parent 4af1abb commit f760d65 Copy full SHA for f760d65
File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
Listing of notable changes by release. More detail is usually found in the Git
2
2
commit messages and/or the pull requests.
3
3
4
- OCMock 3.0.M3 (unreleased )
4
+ OCMock 3.0.M3 (2014-05-31 )
5
5
6
6
* Added support for verify-after-run for class methods and for methods sent
7
7
directly to the real object covered by a partial mock.
8
8
* Using a temporary meta class subclass for mocking class methods, enabling
9
9
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.
11
11
* Throwing descriptive exception when attempting to create partial mock on
12
12
toll-free bridged classes and tagged pointers (Mark Larsen)
13
+ * Changed license to Apache 2 license
13
14
14
15
15
16
OCMock 3.0.M2 (2014-05-07)
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ def makeRelease
12
12
downloadSource
13
13
copySource
14
14
buildModules
15
- createPackage "ocmock-3.0.M2 .dmg" , "OCMock 3.0.M2 "
15
+ createPackage "ocmock-3.0.M3 .dmg" , "OCMock 3.0.M3 "
16
16
openPackageDir
17
17
end
18
18
You can’t perform that action at this time.
0 commit comments