File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 3
3
4
4
* ``FormatChecker.cls_checks `` is deprecated. Use ``FormatChecker.checks `` on
5
5
an instance of ``FormatChecker `` instead.
6
+ * ``unevaluatedItems `` has been fixed on draft 2019. It's nonetheless
7
+ discouraged to use draft2019 for any schemas, new or old.
6
8
7
9
v4.13.0
8
10
=======
Original file line number Diff line number Diff line change @@ -474,7 +474,7 @@ def leap_second(test):
474
474
case_description = "same $anchor with different base uri" ,
475
475
)(test )
476
476
or skip (
477
- message = test_suite_bug ( 574 ) ,
477
+ message = "Vocabulary support is still in-progress." ,
478
478
subject = "vocabulary" ,
479
479
description = (
480
480
"no validation: invalid number, but it still validates"
@@ -594,7 +594,7 @@ def leap_second(test):
594
594
case_description = "same $anchor with different base uri" ,
595
595
)(test )
596
596
or skip (
597
- message = test_suite_bug ( 574 ) ,
597
+ message = "Vocabulary support is still in-progress." ,
598
598
subject = "vocabulary" ,
599
599
description = (
600
600
"no validation: invalid number, but it still validates"
You can’t perform that action at this time.
0 commit comments