From 8ca939700960ad1938028e71cb6222d2fbc9bcc0 Mon Sep 17 00:00:00 2001 From: Swimburger <3382717+Swimburger@users.noreply.github.com> Date: Sat, 8 Nov 2025 22:19:51 +0000 Subject: [PATCH] update changelogs --- .../sdks/overview/typescript/changelog/2025-11-08.mdx | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 fern/products/sdks/overview/typescript/changelog/2025-11-08.mdx diff --git a/fern/products/sdks/overview/typescript/changelog/2025-11-08.mdx b/fern/products/sdks/overview/typescript/changelog/2025-11-08.mdx new file mode 100644 index 000000000..c477905a7 --- /dev/null +++ b/fern/products/sdks/overview/typescript/changelog/2025-11-08.mdx @@ -0,0 +1,4 @@ +## 3.28.7 +**`(fix):`** Fix circular type alias errors (TS2456) in undiscriminated unions containing self-recursive Record types where the value is a union of itself with null and/or undefined. + +