diff --git a/fern/products/cli-api-reference/cli-changelog/2025-11-10.mdx b/fern/products/cli-api-reference/cli-changelog/2025-11-10.mdx new file mode 100644 index 00000000..7cddcc1c --- /dev/null +++ b/fern/products/cli-api-reference/cli-changelog/2025-11-10.mdx @@ -0,0 +1,4 @@ +## 0.112.1 +**`(fix):`** Fix OpenAPI importer to correctly handle `oneOf[Type, null]` and `anyOf[Type, null]` patterns for non-required properties. These properties are now properly represented as `optional(nullable(T))` in the IR, ensuring autogenerated examples omit the field instead of generating `{}`. This preserves tri-state semantics (absent, null, present) for both collapsed `Optional` and non-collapsed `OptionalNullable` modes. + +