summaryrefslogtreecommitdiff
path: root/CHANGELOG.rst
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG.rst')
-rw-r--r--CHANGELOG.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index a6a18e6..6112fe4 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -1,3 +1,11 @@
+v4.17.0
+=======
+
+* The ``jsonschema`` CLI (along with ``jsonschema.cli`` the module) are now
+ deprecated. Use ``check-jsonschema`` instead, which can be installed via
+ ``pip install check-jsonschema`` and found
+ `here <https://github.com/python-jsonschema/check-jsonschema>`_.
+
v4.16.1
=======