Skip to content

Commit 859863d

Browse files
authored
Update RELEASES.md
1 parent 5b37ee1 commit 859863d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

RELEASES.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,9 @@ Libraries
4545
- [`IoSlice` now implements `Copy`.][69403]
4646
- [`Vec<T>` now implements `From<[T; N]>`.][68692] Where `N` is less than 32.
4747
- [`proc_macro::LexError` now implements `fmt::Display` and `Error`.][68899]
48-
- [`from_le_bytes`, `to_le_bytes`, `from_be_bytes`, and `to_be_bytes` methods are
49-
now `const` for all integer types.][69373]
48+
- [`from_le_bytes`, `to_le_bytes`, `from_be_bytes`, `to_be_bytes`,
49+
`from_ne_bytes`, and `to_ne_bytes` methods are now `const` for all
50+
integer types.][69373]
5051

5152
Stabilized APIs
5253
---------------

0 commit comments

Comments
 (0)