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

Release Notes: Unicode not required in RegExp #408

Merged
merged 1 commit into from
Aug 16, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions draft/2020-12/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down