From 277449e7a0b087b68a0c865d8c6e0d78dd284309 Mon Sep 17 00:00:00 2001 From: Swimburger <3382717+Swimburger@users.noreply.github.com> Date: Fri, 10 Oct 2025 21:11:05 +0000 Subject: [PATCH] update changelogs --- .../sdks/overview/typescript/changelog/2025-10-10.mdx | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 fern/products/sdks/overview/typescript/changelog/2025-10-10.mdx diff --git a/fern/products/sdks/overview/typescript/changelog/2025-10-10.mdx b/fern/products/sdks/overview/typescript/changelog/2025-10-10.mdx new file mode 100644 index 000000000..afeb18d09 --- /dev/null +++ b/fern/products/sdks/overview/typescript/changelog/2025-10-10.mdx @@ -0,0 +1,7 @@ +## 3.7.2 +**`(fix):`** Include `extra-properties` (aka. `additionalProperties`) when generating examples for objects and inlined request bodies. + + +**`(fix):`** Allow arbitrary properties in inlined request bodies when `extra-properties` (aka. `additionalProperties`) is set to true. + +