File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Version 1.53.0 (2021-06-17)
44Language
55-----------------------
66- [You can now use unicode for identifiers.][83799] This allows multilingual
7- identifiers but still doesn't allow glyphs that not considered characters
7+ identifiers but still doesn't allow glyphs that are not considered characters
88 such as `◆` or `🦀`. More specifically you can now use any identifier that
99 matches the UAX #31 "Unicode Identifier and Pattern Syntax" standard. This
1010 is the same standard as languages like Python, however Rust uses NFC
@@ -110,7 +110,7 @@ Compatibility Notes
110110-------------------
111111- [Implement token-based handling of attributes during expansion][82608]
112112- [`Ipv4::from_str` will now reject octal format IP addresses.][83652] The octal format
113- can lead confusion and potential security vulnerablities and [is no longer recommended][ietf6943].
113+ can lead to confusion and potential security vulnerabilities and [is no longer recommended][ietf6943].
114114
115115
116116Internal Only
You can’t perform that action at this time.
0 commit comments