File tree 1 file changed +12
-3
lines changed
1 file changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -9,12 +9,21 @@ Unreleased
9
9
----------
10
10
11
11
.. vendor-insert-here
12
+ - Update vendored schemas (2024-12-22)
13
+ - Drop support for Python 3.8
12
14
- Rename ``--format-regex `` to ``--regex-variant `` and convert
13
15
``--format-regex `` to a deprecated alias.
14
16
It will be removed in a future release.
15
-
16
- - Update vendored schemas (2024-12-22)
17
- - Drop support for Python 3.8
17
+ - Regular expression interpretation in ``"pattern" ``, ``"patternProperties" ``, and
18
+ ``"format": "regex" `` usages now uses unicode-mode JS regular expressions by
19
+ default. (:issue: `353 `)
20
+
21
+ - Use ``--regex-variant nonunicode `` to get non-unicode JS regular
22
+ expressions, the default behavior from previous versions.
23
+ - Custom validators may be impacted by the new regular expression
24
+ features. Validators are now always modified with the ``jsonschema ``
25
+ library's ``extend() `` API to control the ``pattern `` and
26
+ ``patternProperties `` keywords.
18
27
19
28
0.30.0
20
29
------
You can’t perform that action at this time.
0 commit comments