Skip to content

Commit ff740f8

Browse files
committed
Update changelog for '-py3.7' and 'referencing'
1 parent 5134dd9 commit ff740f8

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

CHANGELOG.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,15 @@ Unreleased
1111
.. vendor-insert-here
1212
1313
- Update vendored schemas (2023-07-18)
14+
- Remove support for python3.7
15+
- The minimum supported version of the `jsonschema` library is now `4.18.0`,
16+
which introduces new `$ref` resolution behavior and fixes. That behavior is
17+
used in all cases, which should result in faster evaluation especially on
18+
large schemas.
19+
- `$ref` usage may now refer to YAML, TOML, or JSON5 files, or any other
20+
non-JSON format supported by `check-jsonschema`. The file type is inferred
21+
only from the file extension in these cases and defaults to JSON if there is
22+
no recognizable extension.
1423

1524
0.23.3
1625
------

0 commit comments

Comments
 (0)