Skip to content

Commit 4858fec

Browse files
Update 0239-codable-range.md
1 parent 9ee3ce2 commit 4858fec

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

proposals/0239-codable-range.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ when their `Bound` is also `Codable`:
3131

3232
These types will use an unkeyed container of their lower/upper bound (in sorted order, in cases of `Range` and `ClosedRange`).
3333

34+
In addition, `ContiguousArray` is also missing a conformance to `Codable`, which will be added.
35+
3436
## Effect on ABI stability, resilience, and source stability
3537

3638
This is a purely additive change, and so has no impact.

0 commit comments

Comments
 (0)