summaryrefslogtreecommitdiff
path: root/CHANGELOG.rst
diff options
context:
space:
mode:
authorJulian Berman <Julian@GrayVines.com>2018-09-29 08:54:43 -0400
committerJulian Berman <Julian@GrayVines.com>2018-09-30 09:37:25 -0400
commit7c16622e291b516ee23e85a05b89a1a5be97b46a (patch)
tree5367786f6d8ed5f2f5ed7f6ea1f12a933088ddc8 /CHANGELOG.rst
parente0add0ee189d9aa97f8326a27da6a925e24a5cae (diff)
downloadjsonschema-7c16622e291b516ee23e85a05b89a1a5be97b46a.tar.gz
First step on Draft7 support.
Add everything that's the same in Draft6, which appears to just leave out if/then/else.
Diffstat (limited to 'CHANGELOG.rst')
-rw-r--r--CHANGELOG.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 6c9e218..7c24e95 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -1,8 +1,8 @@
v3.0.0
------
-* Support for Draft 6
-* Draft 6 is now the default
+* 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