Skip to content

Commit bb60059

Browse files
committed
Update CHANGELOG entry on conditional Hashable conformances
1 parent 08c3f8a commit bb60059

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ Swift 4.2
2626
* [SE-0143][]
2727

2828
The standard library types `Optional`, `Array`, `ArraySlice`,
29-
`ContiguousArray`, `Dictionary`, `DictionaryLiteral`, `Range`, `ClosedRange`,
30-
`AnyCollection`, and `CollectionOfOne` now conform to the `Hashable` protocol
31-
when their element or bound types (as the case may be) conform to `Hashable`.
32-
This makes synthesized `Hashable` implementations available for types that
33-
include stored properties of these types.
29+
`ContiguousArray`, `Dictionary`, `DictionaryLiteral`, `Range`, and
30+
`ClosedRange` now conform to the `Hashable` protocol when their element or
31+
bound types (as the case may be) conform to `Hashable`. This makes
32+
synthesized `Hashable` implementations available for types that include stored
33+
properties of these types.
3434

3535
* [SE-0196][]
3636

0 commit comments

Comments
 (0)