From 25effabea0f1ea448ce99bf93f461a740a7dcd26 Mon Sep 17 00:00:00 2001 From: patrickthornton <70873350+patrickthornton@users.noreply.github.com> Date: Thu, 23 Oct 2025 17:04:17 +0000 Subject: [PATCH] update changelogs --- .../products/cli-api-reference/cli-changelog/2025-10-04.mdx | 2 +- .../products/cli-api-reference/cli-changelog/2025-10-06.mdx | 2 +- .../products/cli-api-reference/cli-changelog/2025-10-15.mdx | 6 +++--- .../products/cli-api-reference/cli-changelog/2025-10-23.mdx | 4 ++++ 4 files changed, 9 insertions(+), 5 deletions(-) diff --git a/fern/products/cli-api-reference/cli-changelog/2025-10-04.mdx b/fern/products/cli-api-reference/cli-changelog/2025-10-04.mdx index 6a2656564..f92cc5d2f 100644 --- a/fern/products/cli-api-reference/cli-changelog/2025-10-04.mdx +++ b/fern/products/cli-api-reference/cli-changelog/2025-10-04.mdx @@ -3,7 +3,7 @@ ## 0.84.7 -**`(fix):`** Fixes `displayName` generation to be stricter for `oneOf` variants. +**`(fix):`** Fixes `displayName` generation to be stricter for `oneOf` variants. Now, a display name will be set if a `summary` or `title` is provided for a variant, otherwise none will be generated. diff --git a/fern/products/cli-api-reference/cli-changelog/2025-10-06.mdx b/fern/products/cli-api-reference/cli-changelog/2025-10-06.mdx index 02d9fa855..6810624bc 100644 --- a/fern/products/cli-api-reference/cli-changelog/2025-10-06.mdx +++ b/fern/products/cli-api-reference/cli-changelog/2025-10-06.mdx @@ -14,7 +14,7 @@ settings: page-actions: default: cursor - options: + options: chatgpt: false claude: true vscode: true diff --git a/fern/products/cli-api-reference/cli-changelog/2025-10-15.mdx b/fern/products/cli-api-reference/cli-changelog/2025-10-15.mdx index e847229ed..4a87e5fc6 100644 --- a/fern/products/cli-api-reference/cli-changelog/2025-10-15.mdx +++ b/fern/products/cli-api-reference/cli-changelog/2025-10-15.mdx @@ -1,7 +1,7 @@ ## 0.93.0 -**`(feat):`** Turns HTTP snippets on by default in docs generation. +**`(feat):`** Turns HTTP snippets on by default in docs generation. -To turn HTTP snippets off, set `settings.http-snippets: false` in the `docs.yml` file. You can also specify an explicit list of snippets to include. +To turn HTTP snippets off, set `settings.http-snippets: false` in the `docs.yml` file. You can also specify an explicit list of snippets to include. ```docs.yml # this will only generate typescript and python snippets, no curl @@ -13,7 +13,7 @@ settings: ## 0.92.0 -**`(feat):`** For debugging purposes, generating a docs preview via `fern generate --docs --preview`, it is now possible to specify `--skip-upload` to +**`(feat):`** For debugging purposes, generating a docs preview via `fern generate --docs --preview`, it is now possible to specify `--skip-upload` to skip the asset uploading step. diff --git a/fern/products/cli-api-reference/cli-changelog/2025-10-23.mdx b/fern/products/cli-api-reference/cli-changelog/2025-10-23.mdx index 4a36c72e8..824cd8034 100644 --- a/fern/products/cli-api-reference/cli-changelog/2025-10-23.mdx +++ b/fern/products/cli-api-reference/cli-changelog/2025-10-23.mdx @@ -1,3 +1,7 @@ +## 0.94.3 +**`(fix):`** Fix broken recursive unescaping of \ during handling of \$ in IR generation. + + ## 0.94.2 **`(fix):`** Improve IR hashing in IntermediateRepresentationChangeDetector. Previously it looked at the entire IR. Now it only compares the