We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a72044e commit 61382d7Copy full SHA for 61382d7
CHANGELOG.rst
@@ -1,6 +1,12 @@
1
v4.0.0 (Not Yet Released)
2
-------------------------
3
4
+* ``False`` and ``0`` are now properly considered non-equal even
5
+ recursively within a container (#686). As part of this change,
6
+ ``uniqueItems`` validation may be *slower* in some cases. Please feel
7
+ free to report any significant performance regressions, though in
8
+ some cases they may be difficult to address given the specification
9
+ requirement.
10
* The CLI has been improved, and in particular now supports a ``--output``
11
option (with ``plain`` (default) or ``pretty`` arguments) to control the
12
output format. Future work may add additional machine-parsable output
0 commit comments