Skip to content

Update CHANGELOG.md #24087

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 3 commits into from
Apr 20, 2019
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
12 changes: 9 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ Swift Next
print(s[0])
```

**Add new entries to the top of this section, not here!**

Swift 5.1
---------

Expand All @@ -58,7 +60,7 @@ Swift 5.1
Code that calls the function can use the interface of the protocol, but
does not have visibility into the underlying type.

* [SE-0256][]:
* [SE-0254][]:

Subscripts can now be declared `static` or (inside classes) `class`.

Expand Down Expand Up @@ -260,6 +262,8 @@ Swift 5.1
Swift 5.0
---------

### 2019-03-25 (Xcode 10.2)

* [SE-0235][]:

The standard library now contains a `Result` type for manually propagating errors.
Expand Down Expand Up @@ -520,8 +524,6 @@ Swift 5.0
}
```

**Add new entries to the top of this section, not here!**

Swift 4.2
---------

Expand Down Expand Up @@ -7663,7 +7665,10 @@ Swift 1.0
[SE-0230]: <https://github.com/apple/swift-evolution/blob/master/proposals/0230-flatten-optional-try.md>
[SE-0235]: <https://github.com/apple/swift-evolution/blob/master/proposals/0235-add-result.md>
[SE-0242]: <https://github.com/apple/swift-evolution/blob/master/proposals/0242-default-values-memberwise.md>
[SE-0244]: <https://github.com/apple/swift-evolution/blob/master/proposals/0244-opaque-result-types.md>
[SE-0245]: <https://github.com/apple/swift-evolution/blob/master/proposals/0245-array-uninitialized-initializer.md>
[SE-0252]: <https://github.com/apple/swift-evolution/blob/master/proposals/0252-keypath-dynamic-member-lookup.md>
[SE-0254]: <https://github.com/apple/swift-evolution/blob/master/proposals/0254-static-subscripts.md>

[SR-106]: <https://bugs.swift.org/browse/SR-106>
[SR-419]: <https://bugs.swift.org/browse/SR-419>
Expand All @@ -7682,6 +7687,7 @@ Swift 1.0
[SR-4248]: <https://bugs.swift.org/browse/SR-4248>
[SR-5581]: <https://bugs.swift.org/browse/SR-5581>
[SR-5719]: <https://bugs.swift.org/browse/SR-5719>
[SR-6118]: <https://bugs.swift.org/browse/SR-6118>
[SR-7139]: <https://bugs.swift.org/browse/SR-7139>
[SR-7251]: <https://bugs.swift.org/browse/SR-7251>
[SR-7601]: <https://bugs.swift.org/browse/SR-7601>
Expand Down