diff --git a/fern/products/cli-api-reference/cli-changelog/2025-09-09.mdx b/fern/products/cli-api-reference/cli-changelog/2025-09-09.mdx index 6056f5dee..4d74bf1d2 100644 --- a/fern/products/cli-api-reference/cli-changelog/2025-09-09.mdx +++ b/fern/products/cli-api-reference/cli-changelog/2025-09-09.mdx @@ -11,8 +11,8 @@ ## 0.72.0 -**`(feat):`** Introduces `group-multi-api-environments` flag for multi-API environment support. SDKs can now handle -multiple API products with per-environment base URLs, featuring automatic environment grouping and +**`(feat):`** Introduces `group-multi-api-environments` flag for multi-API environment support. SDKs can now handle +multiple API products with per-environment base URLs, featuring automatic environment grouping and service-aware URL routing. diff --git a/fern/products/cli-api-reference/cli-changelog/2025-09-22.mdx b/fern/products/cli-api-reference/cli-changelog/2025-09-22.mdx index 3aaa012ca..9dc61a230 100644 --- a/fern/products/cli-api-reference/cli-changelog/2025-09-22.mdx +++ b/fern/products/cli-api-reference/cli-changelog/2025-09-22.mdx @@ -1,3 +1,6 @@ +## 0.78.4 +**`(fix):`** Collapse any combination of optional and nullable to optional>. + ## 0.78.3 **`(chore):`** Support IR v59 in the Rust SDK generator.