Skip to content

Commit a118173

Browse files
committed
Mention 3.7 support being dropped in the CHANGELOG.
And elaborate even further on the ref change.
1 parent df1501c commit a118173

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

CHANGELOG.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,11 @@ v4.18.0
33

44
* ``jsonschema.RefResolver`` is now deprecated in favor of the new `referencing library <https://github.com/python-jsonschema/referencing/>`_.
55
``referencing`` will begin in beta, but already is more compliant than the existing ``$ref`` support.
6-
Please file issues on the ``referencing`` tracker if there is functionality missing from it.
6+
This change is a culmination of a meaningful chunk of work to make ``$ref`` resolution more flexible and more correct.
7+
Backwards compatibility *should* be preserved for existing code which uses ``RefResolver``, though doing so is again now deprecated, and all such use cases should be doable using the new APIs.
8+
Please file issues on the ``referencing`` tracker if there is functionality missing from it, or here on the ``jsonschema`` issue tracker if you have issues with existing code not functioning the same, or with figuring out how to change it to use ``referencing``.
9+
* Support for Python 3.7 has been dropped, as it is nearing end-of-life.
10+
This should not be a "visible" change in the sense that ``requires-python`` has been updated, so users using 3.7 should still receive ``v4.17.3`` when installing the library.
711

812
v4.17.3
913
=======

0 commit comments

Comments
 (0)