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
+11-21Lines changed: 11 additions & 21 deletions
Original file line number
Diff line number
Diff line change
@@ -49,30 +49,20 @@ Features
49
49
Release Notes
50
50
-------------
51
51
52
-
``v1.0.0`` is a new major release of ``jsonschema``.
52
+
``v1.2.0`` adds a number of new attributes to provide information that is
53
+
useful for programmatially inspecting draft4's ``anyOf``, ``oneOf`` and
54
+
``allOf`` validators.
53
55
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