Skip to content

Commit 907eeb4

Browse files
committed
[Changelog] Actually, DictionaryLiteral is not yet Hashable
Its conformance has been removed before swiftlang#15382 was merged.
1 parent f722671 commit 907eeb4

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -225,11 +225,10 @@ Swift 4.2
225225
* [SE-0143][]
226226

227227
The standard library types `Optional`, `Array`, `ArraySlice`,
228-
`ContiguousArray`, `Dictionary`, `DictionaryLiteral`, `Range`, and
229-
`ClosedRange` now conform to the `Hashable` protocol when their element or
230-
bound types (as the case may be) conform to `Hashable`. This makes
231-
synthesized `Hashable` implementations available for types that include stored
232-
properties of these types.
228+
`ContiguousArray`, `Dictionary`, `Range`, and `ClosedRange` now conform to the
229+
`Hashable` protocol when their element or bound types (as the case may be)
230+
conform to `Hashable`. This makes synthesized `Hashable` implementations
231+
available for types that include stored properties of these types.
233232

234233
* [SE-0196][]
235234

0 commit comments

Comments
 (0)