You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/docs/content/v4/changelog.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,9 +34,9 @@ Many of Zod's behaviors and APIs have been made more intuitive and cohesive. The
34
34
35
35
Zod 4 standardizes the APIs for error customization under a single, unified `error` param. Previously Zod's error customization APIs were fragmented and inconsistent. This is cleaned up in Zod 4.
36
36
37
-
### deprecates `message`
37
+
### deprecates `message` parameter
38
38
39
-
Replaces `message` with `error`. The `message` parameter is still supported but deprecated.
39
+
Replaces `message`param with `error`. The old`message` parameter is still supported but deprecated.
0 commit comments