From b36e1a63e013f75a9b69b3e149f112dee2cfd6f4 Mon Sep 17 00:00:00 2001 From: XAMPPRocky <4464295+XAMPPRocky@users.noreply.github.com> Date: Sat, 22 May 2021 18:52:06 +0200 Subject: [PATCH] Update RELEASES.md Co-authored-by: Joshua Nelson --- RELEASES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASES.md b/RELEASES.md index 8a1d686febc..2aadd5a9e33 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -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