Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion fern/products/cli-api-reference/cli-changelog/2025-09-22.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@


## 0.78.4
**`(fix):`** Collapse any combination of optional and nullable to `optional<nullable<T>>`.
**`(fix):`** Collapse any combination of optional and nullable to optional<nullable<T>>.

## 0.78.3
**`(chore):`** Support IR v59 in the Rust SDK generator.

4 changes: 4 additions & 0 deletions fern/products/cli-api-reference/cli-changelog/2025-09-23.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.80.1
**`(fix):`** Warn user about unknown package names when using dynamic snippets.


## 0.80.0
**`(feat):`** Enable PR mode for self-hosted/local sdk generation

Expand Down
Loading