Skip to content

Commit

Permalink
Updated Changelog as required by Danger
Browse files Browse the repository at this point in the history
  • Loading branch information
bobgodwinx committed Jun 13, 2018
1 parent 406b47e commit e9078ca
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Action.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@
C4E0264120D11A0F00C8164C /* Cartfile.private */ = {isa = PBXFileReference; lastKnownFileType = text; path = Cartfile.private; sourceTree = "<group>"; };
C4E0264220D11A3B00C8164C /* Readme.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = Readme.md; sourceTree = "<group>"; };
C4E0264320D11CDD00C8164C /* circle.yml */ = {isa = PBXFileReference; lastKnownFileType = text; path = circle.yml; sourceTree = "<group>"; };
C4E0264420D1244900C8164C /* Changelog.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = Changelog.md; sourceTree = "<group>"; };
CA2861C71ED6979400BB327A /* InputSubject.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = InputSubject.swift; sourceTree = "<group>"; };
CA2861C91ED6A41700BB327A /* InputSubjectTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = InputSubjectTests.swift; sourceTree = "<group>"; };
/* End PBXFileReference section */
Expand Down Expand Up @@ -387,6 +388,7 @@
C4E0264120D11A0F00C8164C /* Cartfile.private */,
C4E0264220D11A3B00C8164C /* Readme.md */,
C4E0264320D11CDD00C8164C /* circle.yml */,
C4E0264420D1244900C8164C /* Changelog.md */,
);
sourceTree = "<group>";
};
Expand Down
5 changes: 4 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ Changelog

Current master
--------------

3.6.0
-----
- Updated `Semantic Versioning` to reflect what is actaully released both on `Pod` and `Carthage`
- UIRefreshControl support: binding to an action (or CocoaAction) starts the action itself and updates the control's refreshing status

3.5.0
Expand All @@ -27,6 +29,7 @@ Version table
| Swift 3.0 | v3.2.* | v2.2.0 |
| Swift 3.2 | v3.6.* | v3.2.0 |
| **Swift 4** | **v4.0.0** | **v3.4.0** |
| Swift 4.1 | **v4.2.0** | **v3.6.0** |

3.2.0
-----
Expand Down

0 comments on commit e9078ca

Please sign in to comment.