summaryrefslogtreecommitdiff
path: root/CHANGELOG.rst
diff options
context:
space:
mode:
authorJulian Berman <Julian@GrayVines.com>2013-01-13 23:27:38 -0500
committerJulian Berman <Julian@GrayVines.com>2013-01-13 23:27:38 -0500
commitfc4ff2105a9199a4784f1c72a4ab66513243270b (patch)
tree538283d4ebaeeb7e166fa71c7f62a372f04f8836 /CHANGELOG.rst
parentb06b6a8f35473fe30811ade863887f16f219b44f (diff)
downloadjsonschema-fc4ff2105a9199a4784f1c72a4ab66513243270b.tar.gz
Update readme and changelog
Diffstat (limited to 'CHANGELOG.rst')
-rw-r--r--CHANGELOG.rst14
1 files changed, 14 insertions, 0 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 3bd76cf..b5e7be5 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -1,3 +1,14 @@
+v0.8.0
+------
+
+* Full support for JSON References
+* ``validates`` for registering new validators
+* Documentation
+* Bugfixes
+
+ * uniqueItems not so unique (#34)
+ * Improper any (#47)
+
v0.7
----
@@ -12,6 +23,7 @@ v0.6
----
* Bugfixes
+
* Issue #30 - Wrong behavior for the dependencies property validation
* Fix a miswritten test
@@ -19,6 +31,7 @@ v0.5
----
* Bugfixes
+
* Issue #17 - require path for error objects
* Issue #18 - multiple type validation for non-objects
@@ -32,6 +45,7 @@ v0.4
In order to make this happen (and also to clean things up a bit), a number
of deprecations are necessary:
+
* ``stop_on_error`` is deprecated in ``Validator.__init__``. Use
``Validator.iter_errors()`` instead.
* ``number_types`` and ``string_types`` are deprecated there as well.