Skip to content

Commit 66f2c6f

Browse files
Update changelogs from fern repo (#2523)
Co-authored-by: patrickthornton <70873350+patrickthornton@users.noreply.github.com>
1 parent 3e5fea3 commit 66f2c6f

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

fern/products/cli-api-reference/cli-changelog/2025-12-02.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This fixes validation issues like `Example $ending is malformed. Examples should
1212

1313

1414
## 2.17.0
15-
**`(feat):`** Add `substitute-env-vars` flag to `docs.yml` settings configuration. When set to `true`,
15+
**`(feat):`** Add `substitute-env-vars` flag to `docs.yml` settings configuration. When set to `true`,
1616
environment variables using `${VAR_NAME}` syntax are substituted across all files in the docs bundle,
1717
including markdown/MDX content. This is useful for injecting dynamic values like API keys or URLs.
1818
Use \$\{VAR\} to escape and output literal ${VAR} without substitution.

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 3.0.3
2+
**`(fix):`** Add basic preprocessing of names in the IR parser; for starters, `[]` -> `Array`.
3+
4+
15
## 3.0.2
26
**`(fix):`** Fix OpenAPI parsing to properly handle `allOf` with `$ref` references inside `oneOf`/`anyOf` schemas. Previously, inline objects with `allOf` references but no direct properties were incorrectly converted to `map<string, any>`. Now they are properly preserved as named types with inheritance.
37

0 commit comments

Comments
 (0)