diff --git a/fern/products/cli-api-reference/cli-changelog/2025-12-04.mdx b/fern/products/cli-api-reference/cli-changelog/2025-12-04.mdx new file mode 100644 index 000000000..9b6e9c465 --- /dev/null +++ b/fern/products/cli-api-reference/cli-changelog/2025-12-04.mdx @@ -0,0 +1,4 @@ +## 3.0.2 +**`(fix):`** Fix OpenAPI parsing to properly handle `allOf` with `$ref` references inside `oneOf`/`anyOf` schemas. Previously, inline objects with `allOf` references but no direct properties were incorrectly converted to `map`. Now they are properly preserved as named types with inheritance. + +