From cf06475e3404c6c372600ea6ab51612cf1ebe1e5 Mon Sep 17 00:00:00 2001 From: XAMPPRocky <4464295+XAMPPRocky@users.noreply.github.com> Date: Tue, 24 Mar 2020 16:33:54 +0100 Subject: [PATCH] Update RELEASES.md --- RELEASES.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/RELEASES.md b/RELEASES.md index 228eb54b9f0..ad70c370d56 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -35,7 +35,8 @@ Libraries --------- - [`Arc<[T; N]>`, `Box<[T; N]>`, and `Rc<[T; N]>`, now implement `TryFrom>`,`TryFrom>`, and `TryFrom>` - respectively.][69538] These conversions succeed when `N` is `0..=32`. + respectively.][69538] **Note** These conversions are only available when `N` + is `0..=32`. - [All `to_be_bytes`, `to_le_bytes`, `to_ne_bytes`, `from_be_bytes`, `from_le_bytes`, and `from_ne_bytes` methods for integers are now `const`.][69373]