summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Berman <Julian@GrayVines.com>2021-08-18 09:44:25 +0100
committerJulian Berman <Julian@GrayVines.com>2021-08-18 09:44:25 +0100
commit22464af3b273df8ea84f5abf25030d7de80d5a46 (patch)
tree9095160817be9cb897c427b819a9807e6638b356
parent9712d7f7e14f55943aefbb883988ef77d7915b55 (diff)
downloadjsonschema-22464af3b273df8ea84f5abf25030d7de80d5a46.tar.gz
Add the drafts to the changelog.
-rw-r--r--CHANGELOG.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index ea2bb16..c7ba30f 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -1,6 +1,8 @@
v4.0.0 (Not Yet Released)
-------------------------
+* Support for Draft 2020-12 (as well as 2019-09). Big thanks to Thomas Schmidt
+ and Harald Nezbeda.
* ``False`` and ``0`` are now properly considered non-equal even
recursively within a container (#686). As part of this change,
``uniqueItems`` validation may be *slower* in some cases. Please feel