summaryrefslogtreecommitdiff
path: root/CHANGELOG.rst
diff options
context:
space:
mode:
authorJulian Berman <Julian@GrayVines.com>2022-11-01 15:40:06 -0400
committerJulian Berman <Julian@GrayVines.com>2022-11-01 15:41:50 -0400
commitf40199de80d3069265da4caf2d3b89a874830dde (patch)
treecc2ba3ab044b69a0925659a16746da70ace33b83 /CHANGELOG.rst
parent669bd47422089d0405f42c3d32e7abf9a85310bf (diff)
downloadjsonschema-f40199de80d3069265da4caf2d3b89a874830dde.tar.gz
Deprecate the CLI (via import or running normally).
It is less featureful (and less maintained) than the new 'official' option, check-jsonschema. See https://github.com/python-jsonschema/check-jsonschema for details. Closes: #600
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
=======