Skip to content

Commit 15254f4

Browse files
committed
[Changelog] Tweak synthesis-in-extension note to include "able to be".
1 parent 4e30a31 commit 15254f4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@ Swift 4.2
5959

6060
* [SE-0185][]
6161

62-
Protocol conformances are now synthesized in extensions in the same file as
63-
the type definition, allowing automatic synthesis of conditional conformances
64-
to `Hashable`, `Equatable` and `Codable` (both `Encodable` and
62+
Protocol conformances are now able to be synthesized in extensions in the same
63+
file as the type definition, allowing automatic synthesis of conditional
64+
conformances to `Hashable`, `Equatable` and `Codable` (both `Encodable` and
6565
`Decodable`). For instance, if there is a generic wrapper type that can only
6666
be `Equatable` when its wrapped type is also `Equatable`, the `==` method can
6767
be automatically constructed by the compiler:

0 commit comments

Comments
 (0)