diff --git a/fern/products/sdks/overview/typescript/changelog/2026-03-25.mdx b/fern/products/sdks/overview/typescript/changelog/2026-03-25.mdx index 8de408721..3b3d826f3 100644 --- a/fern/products/sdks/overview/typescript/changelog/2026-03-25.mdx +++ b/fern/products/sdks/overview/typescript/changelog/2026-03-25.mdx @@ -1,3 +1,12 @@ +## 3.59.7 +**`(fix):`** Extend `globalThis.` qualification for shadowed global types (e.g. `Date`) to +union visitor signatures and builder parameters, not just interface properties. + + +**`(fix):`** Fix `Record` serialization schema for maps with optional value types to strip +the optional wrapper, matching the type converter's behavior. + + ## 3.59.6 **`(fix):`** Thread endpoint ID through dynamic snippet generator to differentiate generated snippets by endpoint.