diff options
| author | XAMPPRocky <4464295+XAMPPRocky@users.noreply.github.com> | 2021-05-26 18:40:36 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-26 18:40:36 +0200 |
| commit | 9f1ad43e6911ed7c7e939ab9e0cd66897ebd59af (patch) | |
| tree | 4b070c1d966a2fe223e582ecf7b90c7874158a65 | |
| parent | 9348118c30ed28d22f43fe3f9471c8a02770574c (diff) | |
| download | rust-9f1ad43e6911ed7c7e939ab9e0cd66897ebd59af.tar.gz rust-9f1ad43e6911ed7c7e939ab9e0cd66897ebd59af.zip | |
Apply suggestions from code review
Co-authored-by: memoryruins <memoryruinsmusic@gmail.com>
| -rw-r--r-- | RELEASES.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/RELEASES.md b/RELEASES.md index fb2c06d0cff..69d2e98e511 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -4,7 +4,7 @@ Version 1.53.0 (2021-06-17) Language ----------------------- - [You can now use unicode for identifiers.][83799] This allows multilingual - identifiers but still doesn't allow glyphs that not considered characters + identifiers but still doesn't allow glyphs that are not considered characters such as `◆` or `🦀`. More specifically you can now use any identifier that matches the UAX #31 "Unicode Identifier and Pattern Syntax" standard. This is the same standard as languages like Python, however Rust uses NFC @@ -110,7 +110,7 @@ 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][ietf6943]. + can lead to confusion and potential security vulnerabilities and [is no longer recommended][ietf6943]. Internal Only |
