Skip to content
This repository was archived by the owner on Nov 2, 2023. It is now read-only.

Commit fa63965

Browse files
committed
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.
1 parent af8d9ce commit fa63965

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

draft/2020-12/release-notes.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -288,9 +288,9 @@ considered unevaluated and fails the `unevaluatedItems` keyword like it did in
288288
previous drafts.
289289

290290
## Regular Expressions
291-
Regular expressions are now required to support unicode characters. Previously,
292-
this was unspecified and implementations may or may not support this unicode in
293-
regular expressions.
291+
Regular expressions are now expected (but not strictly required) to support
292+
unicode characters. Previously, this was unspecified and implementations may or
293+
may not support this unicode in regular expressions.
294294

295295
## Media Type Changes
296296
JSON Schema defines two media types, `application/schema+json` and

0 commit comments

Comments
 (0)