From fa6396562294496ddd6aa330d2921c9161bc9c07 Mon Sep 17 00:00:00 2001 From: Jason Desrosiers Date: Thu, 12 Aug 2021 09:34:55 -0700 Subject: [PATCH] Release Notes: Unicode not required in RegExp While "SHOULD" is not a strict requirement, it does imply that it should be followed unless you have a really good reason not to. I tried to choose words that made it sound more important than just a recommendation while still making in clear that it's not strictly required. --- draft/2020-12/release-notes.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/draft/2020-12/release-notes.md b/draft/2020-12/release-notes.md index 742a5009..e4fb5c2b 100644 --- a/draft/2020-12/release-notes.md +++ b/draft/2020-12/release-notes.md @@ -288,9 +288,9 @@ considered unevaluated and fails the `unevaluatedItems` keyword like it did in previous drafts. ## Regular Expressions -Regular expressions are now required to support unicode characters. Previously, -this was unspecified and implementations may or may not support this unicode in -regular expressions. +Regular expressions are now expected (but not strictly required) to support +unicode characters. Previously, this was unspecified and implementations may or +may not support this unicode in regular expressions. ## Media Type Changes JSON Schema defines two media types, `application/schema+json` and