about summary refs log tree commit diff
diff options
context:
space:
mode:
authorXAMPPRocky <4464295+XAMPPRocky@users.noreply.github.com>2021-05-26 14:20:50 +0200
committerGitHub <noreply@github.com>2021-05-26 14:20:50 +0200
commit3fcf5f3150565fbf4441d8ffd2ec7b955e93037f (patch)
tree86f3ca8a79c3704b99fa7aeff60df7c2b1e25df3
parentb36e1a63e013f75a9b69b3e149f112dee2cfd6f4 (diff)
downloadrust-3fcf5f3150565fbf4441d8ffd2ec7b955e93037f.tar.gz
rust-3fcf5f3150565fbf4441d8ffd2ec7b955e93037f.zip
Update RELEASES.md
-rw-r--r--RELEASES.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/RELEASES.md b/RELEASES.md
index 2aadd5a9e33..d4540bf2b2e 100644
--- a/RELEASES.md
+++ b/RELEASES.md
@@ -111,7 +111,8 @@ Compatibility Notes
 -------------------
 - [Implement token-based handling of attributes during expansion][82608]
 - [`Ipv4::from_str` will now reject octal format IP addresses.][83652] The octal format
-  can lead confusion and potential security vulnerablities and is no longer recommended.
+  can lead confusion and potential security vulnerablities and [is no longer recommended][ietf6943].
+
 
 Internal Only
 -------------
@@ -193,6 +194,7 @@ related tools.
 [`cmp::min_by`]: https://doc.rust-lang.org/beta/std/cmp/fn.min_by.html
 [`f32::is_subnormal`]: https://doc.rust-lang.org/f32.html#method.is_subnormal
 [`f64::is_subnormal`]: https://doc.rust-lang.org/f64.html#method.is_subnormal
+[ietf6943]: https://datatracker.ietf.org/doc/html/rfc6943#section-3.1.1
 
 
 Version 1.52.1 (2021-05-10)