Skip to content

Commit aeeaded

Browse files
committed
Preparation for 2.2.4 release.
1 parent a566e4e commit aeeaded

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

Source/Changes.txt

+6
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
11
Chronological listing of changes. More detail is usually found in the Git commit messages
22
and/or the pull requests.
33

4+
2014-03-15
5+
6+
* Added andForwardToRealObject support for class methods (Carl Lindberg)
7+
8+
49
2014-01-16
510

611
* Extended OCMockObject with verifyWithDelay (Charles Harley, Daniel Doubrovkine)
712

13+
814
2013-12-04
915

1016
* Added implementation for Apple-interal NSIsKind informal protocol (Brian Gerstle)

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

0 commit comments

Comments
 (0)