Skip to content

Commit c1cb68d

Browse files
Update changelogs from fern repo (#1394)
Co-authored-by: patrickthornton <[email protected]>
1 parent c3e5a66 commit c1cb68d

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
lines changed

fern/products/cli-api-reference/cli-changelog/2025-10-04.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44

55
## 0.84.7
6-
**`(fix):`** Fixes `displayName` generation to be stricter for `oneOf` variants.
6+
**`(fix):`** Fixes `displayName` generation to be stricter for `oneOf` variants.
77
Now, a display name will be set if a `summary` or `title` is provided for a variant, otherwise none will be generated.
88

99

fern/products/cli-api-reference/cli-changelog/2025-10-06.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ settings:
1414
1515
page-actions:
1616
default: cursor
17-
options:
17+
options:
1818
chatgpt: false
1919
claude: true
2020
vscode: true

fern/products/cli-api-reference/cli-changelog/2025-10-15.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## 0.93.0
2-
**`(feat):`** Turns HTTP snippets on by default in docs generation.
2+
**`(feat):`** Turns HTTP snippets on by default in docs generation.
33

4-
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.
4+
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.
55

66
```docs.yml
77
# this will only generate typescript and python snippets, no curl
@@ -13,7 +13,7 @@ settings:
1313

1414

1515
## 0.92.0
16-
**`(feat):`** For debugging purposes, generating a docs preview via `fern generate --docs --preview`, it is now possible to specify `--skip-upload` to
16+
**`(feat):`** For debugging purposes, generating a docs preview via `fern generate --docs --preview`, it is now possible to specify `--skip-upload` to
1717
skip the asset uploading step.
1818

1919

fern/products/cli-api-reference/cli-changelog/2025-10-23.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.94.3
2+
**`(fix):`** Fix broken recursive unescaping of \ during handling of \$ in IR generation.
3+
4+
15
## 0.94.2
26
**`(fix):`** Improve IR hashing in IntermediateRepresentationChangeDetector.
37
Previously it looked at the entire IR. Now it only compares the

0 commit comments

Comments
 (0)