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. + +