Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 3fcf5f3

Browse files
authored
Update RELEASES.md
1 parent b36e1a6 commit 3fcf5f3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

RELEASES.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,8 @@ Compatibility Notes
111111
-------------------
112112
- [Implement token-based handling of attributes during expansion][82608]
113113
- [`Ipv4::from_str` will now reject octal format IP addresses.][83652] The octal format
114-
can lead confusion and potential security vulnerablities and is no longer recommended.
114+
can lead confusion and potential security vulnerablities and [is no longer recommended][ietf6943].
115+
115116

116117
Internal Only
117118
-------------
@@ -193,6 +194,7 @@ related tools.
193194
[`cmp::min_by`]: https://doc.rust-lang.org/beta/std/cmp/fn.min_by.html
194195
[`f32::is_subnormal`]: https://doc.rust-lang.org/f32.html#method.is_subnormal
195196
[`f64::is_subnormal`]: https://doc.rust-lang.org/f64.html#method.is_subnormal
197+
[ietf6943]: https://datatracker.ietf.org/doc/html/rfc6943#section-3.1.1
196198

197199

198200
Version 1.52.1 (2021-05-10)

0 commit comments

Comments
 (0)