We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffe79e0 commit 49f375cCopy full SHA for 49f375c
CHANGELOG.md
@@ -22,6 +22,13 @@ CHANGELOG
22
Swift 4.1
23
---------
24
25
+* [SE-0166][] / [SE-0143][]
26
+
27
+ The standard library now defines the conformances of `Optional`,
28
+ `Array`, `Dictionary`, and `Set` to `Encodable` and `Decodable` as
29
+ conditional conformances, available only when their type parameters
30
+ conform to `Encodable` or `Decodable`, respectively.
31
32
* [SE-0188][]
33
34
Index types for most standard library collections now conform to `Hashable`.
0 commit comments