Skip to content

Commit 1996bca

Browse files
authored
Merge pull request swiftlang#37085 from benrimmington/changelog-5.4-release
2 parents ae21aba + 5288804 commit 1996bca

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ CHANGELOG
77
| Version | Released | Toolchain |
88
| :--------------------- | :--------- | :---------- |
99
| [Swift 5.5](#swift-55) | | |
10-
| [Swift 5.4](#swift-54) | | |
10+
| [Swift 5.4](#swift-54) | 2021-04-26 | Xcode 12.5 |
1111
| [Swift 5.3](#swift-53) | 2020-09-16 | Xcode 12.0 |
1212
| [Swift 5.2](#swift-52) | 2020-03-24 | Xcode 11.4 |
1313
| [Swift 5.1](#swift-51) | 2019-09-20 | Xcode 11.0 |
@@ -187,6 +187,8 @@ Swift 5.5
187187
Swift 5.4
188188
---------
189189

190+
### 2021-04-26 (Xcode 12.5)
191+
190192
* Protocol conformance checking now considers `where` clauses when evaluating if a `typealias` is a suitable witness for an associated type requirement. The following code is now rejected:
191193

192194
```swift

0 commit comments

Comments
 (0)