File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 172172 C4E0264120D11A0F00C8164C /* Cartfile.private */ = {isa = PBXFileReference; lastKnownFileType = text; path = Cartfile.private; sourceTree = "<group>"; };
173173 C4E0264220D11A3B00C8164C /* Readme.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = Readme.md; sourceTree = "<group>"; };
174174 C4E0264320D11CDD00C8164C /* circle.yml */ = {isa = PBXFileReference; lastKnownFileType = text; path = circle.yml; sourceTree = "<group>"; };
175+ C4E0264420D1244900C8164C /* Changelog.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = Changelog.md; sourceTree = "<group>"; };
175176 CA2861C71ED6979400BB327A /* InputSubject.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = InputSubject.swift; sourceTree = "<group>"; };
176177 CA2861C91ED6A41700BB327A /* InputSubjectTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = InputSubjectTests.swift; sourceTree = "<group>"; };
177178/* End PBXFileReference section */
387388 C4E0264120D11A0F00C8164C /* Cartfile.private */,
388389 C4E0264220D11A3B00C8164C /* Readme.md */,
389390 C4E0264320D11CDD00C8164C /* circle.yml */,
391+ C4E0264420D1244900C8164C /* Changelog.md */,
390392 );
391393 sourceTree = "<group>";
392394 };
Original file line number Diff line number Diff line change @@ -3,7 +3,9 @@ Changelog
33
44Current master
55--------------
6-
6+ 3.6.0
7+ -----
8+ - Updated ` Semantic Versioning ` to reflect what is actaully released both on ` Pod ` and ` Carthage `
79- UIRefreshControl support: binding to an action (or CocoaAction) starts the action itself and updates the control's refreshing status
810
9113.5.0
@@ -27,6 +29,7 @@ Version table
2729| Swift 3.0 | v3.2.* | v2.2.0 |
2830| Swift 3.2 | v3.6.* | v3.2.0 |
2931| ** Swift 4** | ** v4.0.0** | ** v3.4.0** |
32+ | Swift 4.1 | ** v4.2.0** | ** v3.6.0** |
3033
31343.2.0
3235-----
You can’t perform that action at this time.
0 commit comments