From 2be00a95b5e460415bc2b0932edde4a582a8aa00 Mon Sep 17 00:00:00 2001 From: Andrew Jarrett Date: Thu, 2 Oct 2025 09:58:03 -0500 Subject: [PATCH] =?UTF-8?q?chore:=20adds=20changelog=20for=20#551=20?= =?UTF-8?q?=E2=80=93=20thanks=20@TheyCodeMeSilvers!?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .changeset/late-houses-drop.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/late-houses-drop.md diff --git a/.changeset/late-houses-drop.md b/.changeset/late-houses-drop.md new file mode 100644 index 00000000..640f4206 --- /dev/null +++ b/.changeset/late-houses-drop.md @@ -0,0 +1,5 @@ +--- +"@traversable/zod": patch +--- + +fixes `zx.toString` bug (#549) where `z.discriminatedUnion` discriminator was included in the options array (fixed in #551, thanks @TheyCodeMeSilvers!)