summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Berman <Julian@GrayVines.com>2022-07-29 11:00:16 +0300
committerJulian Berman <Julian@GrayVines.com>2022-07-29 11:00:16 +0300
commit26ba2d22427413ed06adc1c28a875760c96412ce (patch)
tree24054e31887221dda1afd634a4280fcdcb3d5393
parentd8c76962859417b1e6fe8c3a59351e49468f7a80 (diff)
downloadjsonschema-26ba2d22427413ed06adc1c28a875760c96412ce.tar.gz
Add a mention to the CHANGELOG.
-rw-r--r--CHANGELOG.rst11
1 files changed, 11 insertions, 0 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index acb360c..13eeefe 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -1,3 +1,14 @@
+v4.9.0
+------
+
+* ``pkgutil.resolve_name`` is now used to retrieve validators
+ provided on the command line. This function is only available on
+ 3.9+, so 3.7 and 3.8 (which are still supported) now rely on the
+ `pkgutil_resolve_name <https://pypi.org/project/pkgutil_resolve_name/>`_
+ backport package. Note however that the CLI itself is due
+ to be deprecated shortly in favor of `check-jsonschema
+ <https://github.com/python-jsonschema/check-jsonschema>`_.
+
v4.8.0
------