You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,11 @@
1
+
# 3.1.1 (2018-09-30)
2
+
3
+
This release updates the project for Swift 4.2 compatibility.
4
+
5
+
- Disable CountableRange overloads in Swift 4.2 and above (#2, contributed by@kmiloaguilar)
6
+
- Fix typo by renaming removeAll(keepCapacity:) to removeAll(keepingCapacity:). The old name is still available through a deprecated compatibility definition.
7
+
- Fix deprecation warnings emitted by the Swift 4.1 and 4.2 compilers.
8
+
1
9
# 3.1.0 (2017-09-07)
2
10
3
11
This release updates the project to Swift 4 with no functional changes.
0 commit comments