Skip to content

Update CHANGELOG.md for SE-0045 (Swift 3.1) #4690

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 9, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Note: This is in reverse chronological order, so newer entries are added to the top.

Swift 3.0
Swift 3.1
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be Swift 3.0.1, not 3.1.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I thought Swift 3.0.1 will use the same swift-3.0-branch? The changes for SE-0045 are only in the master branch.

---------

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

Swift 3.0
---------

* [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)

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