summaryrefslogtreecommitdiff
path: root/CHANGELOG.rst
diff options
context:
space:
mode:
authorJulian Berman <Julian@GrayVines.com>2019-08-01 20:53:34 -0400
committerJulian Berman <Julian@GrayVines.com>2019-08-01 20:53:34 -0400
commitd5946354b2277961f1886002e835d40ee183f7b9 (patch)
tree14648c1b636cf8c6b0189b1648e4243457a62dee /CHANGELOG.rst
parentaf42f33c51ae5f00d43ae50ccb2d89a9802539e1 (diff)
downloadjsonschema-d5946354b2277961f1886002e835d40ee183f7b9.tar.gz
Tense and issue link.v3.0.2
Diffstat (limited to 'CHANGELOG.rst')
-rw-r--r--CHANGELOG.rst12
1 files changed, 6 insertions, 6 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 190951e..1a77a1e 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -1,14 +1,14 @@
v3.0.2
------
-* Fix a bug where ``0`` and ``False`` were considered equal by ``const`` and
- ``enum``.
+* Fixed a bug where ``0`` and ``False`` were considered equal by
+ ``const`` and ``enum`` (#575).
v3.0.1
------
-* Fix a bug where extending validators did not preserve their notion of which
- validator property contains ``$id`` information.
+* Fixed a bug where extending validators did not preserve their notion
+ of which validator property contains ``$id`` information.
v3.0.0
------
@@ -25,7 +25,7 @@ v2.6.0
* Support for Python 2.6 has been dropped.
* Improve a few error messages for ``uniqueItems`` (#224) and
``additionalProperties`` (#317)
-* Fix an issue with ``ErrorTree``'s handling of multiple errors (#288)
+* Fixed an issue with ``ErrorTree``'s handling of multiple errors (#288)
v2.5.0
------
@@ -135,7 +135,7 @@ v0.6
* Bugfixes
* Issue #30 - Wrong behavior for the dependencies property validation
- * Fix a miswritten test
+ * Fixed a miswritten test
v0.5