Skip to content

Commit 0a7bb9a

Browse files
committed
Preparation for 3.0 release
1 parent 6ccd27b commit 0a7bb9a

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

Source/Changes.txt

+9-2
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.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+
413
OCMock 3.0.M3 (2014-05-31)
514

615
* Changed license to Apache 2 license
@@ -11,8 +20,6 @@ OCMock 3.0.M3 (2014-05-31)
1120
longer mocked in all subclasses.
1221
* Throwing descriptive exception when attempting to create partial mock on
1322
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)
1623

1724

1825
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.M3.dmg", "OCMock 3.0.M3"
15+
createPackage "ocmock-3.0.dmg", "OCMock 3.0"
1616
openPackageDir
1717
end
1818

0 commit comments

Comments
 (0)