Skip to content
Merged
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
6 changes: 5 additions & 1 deletion fern/products/cli-api-reference/cli-changelog/2025-09-22.mdx
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
## 0.78.6
**`(fix):`** Support `null` in an `enum` (functionality is delegated to `nullable<>`).


## 0.78.5
**`(fix):`** Correct `nullable<>` wrapping of nullable schemas referenced via `$ref`.


## 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.
Expand Down
Loading