diff --git a/fern/products/sdks/overview/java/changelog/2025-10-30.mdx b/fern/products/sdks/overview/java/changelog/2025-10-30.mdx new file mode 100644 index 000000000..58d5d7262 --- /dev/null +++ b/fern/products/sdks/overview/java/changelog/2025-10-30.mdx @@ -0,0 +1,5 @@ +## 3.10.5 +**`(fix):`** Revert support for three-state nullable fields in PATCH requests introduced in 3.10.0 (PR #10104). +Restores `Optional` semantics and removes the `use-nullable-for-optional-fields` config and related `Nullable` handling. + +