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)