Skip to content

Commit a623002

Browse files
authored
Merge pull request #17514 from lorentey/fix-dictionaryliteral-notes
2 parents d9e046d + 907eeb4 commit a623002

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)