Skip to content

Commit 65284a5

Browse files
Update CHANGELOG.md for SE-0045 (Swift 3.1)
1 parent 4ab09b4 commit 65284a5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Note: This is in reverse chronological order, so newer entries are added to the top.
22

3-
Swift 3.0
3+
Swift 3.1
44
---------
55

66
* [SE-0045](https://github.com/apple/swift-evolution/blob/master/proposals/0045-scan-takewhile-dropwhile.md)
@@ -10,6 +10,9 @@ Swift 3.0
1010
satisfying a predicate. `drop(while:)` is used to request the subsequence
1111
remaining after dropping the longest subsequence satisfying a predicate.
1212

13+
Swift 3.0
14+
---------
15+
1316
* [SE-0136](https://github.com/apple/swift-evolution/blob/master/proposals/0136-memory-layout-of-values.md) and [SE-0101](https://github.com/apple/swift-evolution/blob/master/proposals/0101-standardizing-sizeof-naming.md)
1417

1518
The functions `sizeof()`, `strideof()`, and `alignof()` have been removed.

0 commit comments

Comments
 (0)