Skip to content

Commit cf06475

Browse files
authored
Update RELEASES.md
1 parent 53790bb commit cf06475

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

RELEASES.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ Libraries
3535
---------
3636
- [`Arc<[T; N]>`, `Box<[T; N]>`, and `Rc<[T; N]>`, now implement
3737
`TryFrom<Arc<[T]>>`,`TryFrom<Box<[T]>>`, and `TryFrom<Rc<[T]>>`
38-
respectively.][69538] These conversions succeed when `N` is `0..=32`.
38+
respectively.][69538] **Note** These conversions are only available when `N`
39+
is `0..=32`.
3940
- [All `to_be_bytes`, `to_le_bytes`, `to_ne_bytes`, `from_be_bytes`,
4041
`from_le_bytes`, and `from_ne_bytes` methods for integers are
4142
now `const`.][69373]

0 commit comments

Comments
 (0)