diff options
| -rw-r--r-- | RELEASES.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/RELEASES.md b/RELEASES.md index 3277f073b1d..7ee61c34b70 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -45,8 +45,9 @@ Libraries - [`IoSlice` now implements `Copy`.][69403] - [`Vec<T>` now implements `From<[T; N]>`.][68692] Where `N` is less than 32. - [`proc_macro::LexError` now implements `fmt::Display` and `Error`.][68899] -- [`from_le_bytes`, `to_le_bytes`, `from_be_bytes`, and `to_be_bytes` methods are - now `const` for all integer types.][69373] +- [`from_le_bytes`, `to_le_bytes`, `from_be_bytes`, `to_be_bytes`, + `from_ne_bytes`, and `to_ne_bytes` methods are now `const` for all + integer types.][69373] Stabilized APIs --------------- |
