Skip to content

Commit 7a98c24

Browse files
committed
Update CHANGELOG.md
1 parent 3f69698 commit 7a98c24

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
19
# 3.1.0 (2017-09-07)
210

311
This release updates the project to Swift 4 with no functional changes.

0 commit comments

Comments
 (0)