diff --git a/python-jsonschema.changes b/python-jsonschema.changes index c2a6fd2..727cf0b 100644 --- a/python-jsonschema.changes +++ b/python-jsonschema.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Mon Apr 8 19:16:49 UTC 2019 - Dirk Mueller + +- downgrade to < 3.0.0 again to fix all openstack clients + +------------------------------------------------------------------- +Thu Mar 28 14:57:16 UTC 2019 - Tomáš Chvátal + +- Update to 3.0.1: + * Support for Draft 6 and Draft 7 + * Draft 7 is now the default + * New TypeChecker object for more complex type definitions (and overrides) + * Falling back to isodate for the date-time format checker is no longer attempted, in accordance with the specification + ------------------------------------------------------------------- Mon Jan 14 15:34:35 CET 2019 - kukuk@suse.de