File tree 1 file changed +2
-2
lines changed 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)
4
4
Language
5
5
-----------------------
6
6
- [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
8
8
such as `◆` or `🦀`. More specifically you can now use any identifier that
9
9
matches the UAX #31 "Unicode Identifier and Pattern Syntax" standard. This
10
10
is the same standard as languages like Python, however Rust uses NFC
@@ -110,7 +110,7 @@ Compatibility Notes
110
110
-------------------
111
111
- [Implement token-based handling of attributes during expansion][82608]
112
112
- [`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].
114
114
115
115
116
116
Internal Only
You can’t perform that action at this time.
0 commit comments