From 46b77350f771f1bc28f80e876a42f5b1eb71b3f1 Mon Sep 17 00:00:00 2001 From: dsinghvi <10870189+dsinghvi@users.noreply.github.com> Date: Wed, 25 Mar 2026 22:04:08 +0000 Subject: [PATCH] update changelogs --- .../cli-api-reference/cli-changelog/2026-03-25.mdx | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/fern/products/cli-api-reference/cli-changelog/2026-03-25.mdx b/fern/products/cli-api-reference/cli-changelog/2026-03-25.mdx index 0c74802ef..31be382dc 100644 --- a/fern/products/cli-api-reference/cli-changelog/2026-03-25.mdx +++ b/fern/products/cli-api-reference/cli-changelog/2026-03-25.mdx @@ -1,3 +1,11 @@ +## 4.44.1 +**`(fix):`** Fix OpenAPI importer discarding response body examples when the 2xx +response has `examples` but no `schema`. The synthetic empty-object +fallback now preserves `examples` and `example` from the original +media type object, so example names, response bodies, and ordering +are correctly carried through to the IR. + + ## 4.44.0 **`(feat):`** Nest tabs configuration under `theme.tabs` as an object with `style`, `alignment`, and `placement` properties. `theme.tabs: bubble` (string)