Skip to content

Commit 281f4c3

Browse files
committed
docs: Update changelog
Signed-off-by: Dmitry Dygalo <[email protected]>
1 parent ef865ad commit 281f4c3

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
- Precompute regex matches on known properties.
88
- Faster `unevaluatedProperties` validation via O(1) property lookup and short-circuit `oneOf` evaluation.
9+
- Use HashMap for large set of properties.
910

1011
## [0.40.2] - 2026-01-30
1112

crates/jsonschema-py/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
- Precompute regex matches on known properties.
88
- Faster `unevaluatedProperties` validation via O(1) property lookup and short-circuit `oneOf` evaluation.
9+
- Use HashMap for large set of properties.
910

1011
## [0.40.4] - 2026-01-31
1112

0 commit comments

Comments
 (0)