From c6820c84abac466c51e0543b292dd2c9a6ea787b Mon Sep 17 00:00:00 2001 From: patrickthornton <70873350+patrickthornton@users.noreply.github.com> Date: Thu, 25 Sep 2025 22:11:11 +0000 Subject: [PATCH] update changelogs --- fern/products/cli-api-reference/cli-changelog/2025-09-24.mdx | 2 +- fern/products/cli-api-reference/cli-changelog/2025-09-25.mdx | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) 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