Update RELEASES.md

Co-authored-by: Joshua Nelson <jyn514@gmail.com>
This commit is contained in:
XAMPPRocky 2021-05-22 18:52:06 +02:00 committed by GitHub
parent b7cad35f7f
commit b36e1a63e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,7 @@ Language
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
normalisation which may be different from other languages.
normalization which may be different from other languages.
- [You can now specify "or patterns" inside pattern matches.][79278]
Previously you could only use `|` (OR) on complete patterns. E.g.
```rust