diff --git a/fern/products/sdks/overview/typescript/changelog/2025-10-17.mdx b/fern/products/sdks/overview/typescript/changelog/2025-10-17.mdx index 26a00c621..c627962ce 100644 --- a/fern/products/sdks/overview/typescript/changelog/2025-10-17.mdx +++ b/fern/products/sdks/overview/typescript/changelog/2025-10-17.mdx @@ -1,3 +1,7 @@ +## 3.9.3 +**`(fix):`** Fix a compilation error when a path parameter is nullable or optional. + + ## 3.9.2 **`(fix):`** Match the logic in wire test generation where the static example generation omits the request parameter for empty objects when optional. This fixes some wire tests that were failing due to mismatched request bodies.