about summary refs log tree commit diff
path: root/RELEASES.md
diff options
context:
space:
mode:
authorXAMPPRocky <4464295+XAMPPRocky@users.noreply.github.com>2020-05-29 12:49:13 +0200
committerGitHub <noreply@github.com>2020-05-29 12:49:13 +0200
commit859863dad25cd5cd1ea15422c7b6bd280c6c6327 (patch)
tree600535d4afce48548d1d043abb5dea719991c026 /RELEASES.md
parent5b37ee1c2ace7b2605848d05b7cc40030ac44167 (diff)
downloadrust-859863dad25cd5cd1ea15422c7b6bd280c6c6327.tar.gz
rust-859863dad25cd5cd1ea15422c7b6bd280c6c6327.zip
Update RELEASES.md
Diffstat (limited to 'RELEASES.md')
-rw-r--r--RELEASES.md5
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
 ---------------