diff --git a/fern/products/sdks/overview/java/changelog/2025-09-10.mdx b/fern/products/sdks/overview/java/changelog/2025-09-10.mdx new file mode 100644 index 000000000..3724fcd5a --- /dev/null +++ b/fern/products/sdks/overview/java/changelog/2025-09-10.mdx @@ -0,0 +1,6 @@ +## 3.0.1 +**`(fix):`** Fix compilation errors in generated SDK snippets for collections with optional types and unknown size arrays. +Generated documentation (README.md and reference.md) now shows cleaner, more idiomatic Java code examples +using `Arrays.asList()` directly instead of unnecessary `ArrayList` wrapping. + +