You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.rst
+16-8Lines changed: 16 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -49,18 +49,26 @@ Features
49
49
Release Notes
50
50
-------------
51
51
52
-
``v0.8.0`` introduces full support for JSON references via the ``RefResolver``
53
-
object. It also removes all of the deprecated code from ``v0.7``.
52
+
``v1.0.0`` is a new major release of ``jsonschema``.
54
53
55
-
Other notable fixes are a fix for improper support of ``uniqueItems`` for
56
-
``True`` and ``False`` (#34) and ``any`` for unknown types (#47).
54
+
It includes two major new features: `support for the newly released draft 4 <https://python-jsonschema.readthedocs.org/en/latest/validate.html#jsonschema.Draft4Validator>`_
55
+
of the specification (thanks to Chase Sterling) and
0 commit comments