diff --git a/fern/products/cli-api-reference/cli-changelog/2025-09-24.mdx b/fern/products/cli-api-reference/cli-changelog/2025-09-24.mdx index e67b0e9bd..840459eb4 100644 --- a/fern/products/cli-api-reference/cli-changelog/2025-09-24.mdx +++ b/fern/products/cli-api-reference/cli-changelog/2025-09-24.mdx @@ -11,7 +11,7 @@ The default is `true`. The default is `true`. -**`(feat):`** Add type for nullable schema examples. +**`(feat):`** Add type for nullable schema examples. If a schema is nullable, examples for its inner type will be parsed or generated, or `null` will be used as an example if no inner examples are available. diff --git a/fern/products/cli-api-reference/cli-changelog/2025-09-25.mdx b/fern/products/cli-api-reference/cli-changelog/2025-09-25.mdx index 4c79e1369..4bfdb2b01 100644 --- a/fern/products/cli-api-reference/cli-changelog/2025-09-25.mdx +++ b/fern/products/cli-api-reference/cli-changelog/2025-09-25.mdx @@ -1,3 +1,7 @@ +## 0.82.1 +**`(fix):`** Ensure path parameters are parsed in the same order as they appear in the endpoint's URL. + + ## 0.82.0 **`(feat):`** Update migration versions for ir-v60 for python and java generators