Skip to content

Commit 82fa440

Browse files
committed
Changelog: add to 23.1.0.
1 parent 19820a4 commit 82fa440

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44

55
### v23.1.0
66

7-
- Fixed length array support in generated Documentation (`z.boolean().array().length(2)`).
7+
- Improved generated Documentation:
8+
- Arrays having fixed length: `z.boolean().array().length(2)`;
9+
- Records with non-literal keys (added `propertyNames`): `z.record(z.string().regex(/x-\w+/), z.boolean())`.
810

911
### v23.0.0
1012

0 commit comments

Comments
 (0)