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

Commit a4b5739

Browse files
authored
Merge pull request #408 from jdesrosiers/fix-release-notes-regex
Release Notes: Unicode not required in RegExp
2 parents 64a4613 + fa63965 commit a4b5739

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)