Commit 0a7bb9a 1 parent 6ccd27b commit 0a7bb9a Copy full SHA for 0a7bb9a
File tree 2 files changed +10
-3
lines changed
2 files changed +10
-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 (2013-06-12)
5
+
6
+ * Added macro for verify with delay
7
+ * Fixed several critical bugs
8
+ * Allowing nil as block in stub action. With partial mocks this makes it
9
+ possible to overwrite a method to do nothing (Sam Stigler)
10
+ * More descriptive messages when trying to verify unknown method
11
+
12
+
4
13
OCMock 3.0.M3 (2014-05-31)
5
14
6
15
* Changed license to Apache 2 license
@@ -11,8 +20,6 @@ OCMock 3.0.M3 (2014-05-31)
11
20
longer mocked in all subclasses.
12
21
* Throwing descriptive exception when attempting to create partial mock on
13
22
toll-free bridged classes and tagged pointers (Mark Larsen)
14
- * Allowing nil as block in stub action. With partial mocks this makes it
15
- possible to overwrite a method to do nothing (Sam Stigler)
16
23
17
24
18
25
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.M3. dmg" , "OCMock 3.0.M3 "
15
+ createPackage "ocmock-3.0.dmg" , "OCMock 3.0"
16
16
openPackageDir
17
17
end
18
18
You can’t perform that action at this time.
0 commit comments