Skip to content

Commit 26ba2d2

Browse files
committed
Add a mention to the CHANGELOG.
1 parent d8c7696 commit 26ba2d2

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

CHANGELOG.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
v4.9.0
2+
------
3+
4+
* ``pkgutil.resolve_name`` is now used to retrieve validators
5+
provided on the command line. This function is only available on
6+
3.9+, so 3.7 and 3.8 (which are still supported) now rely on the
7+
`pkgutil_resolve_name <https://pypi.org/project/pkgutil_resolve_name/>`_
8+
backport package. Note however that the CLI itself is due
9+
to be deprecated shortly in favor of `check-jsonschema
10+
<https://github.com/python-jsonschema/check-jsonschema>`_.
11+
112
v4.8.0
213
------
314

0 commit comments

Comments
 (0)