We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab6a176 commit 55004cdCopy full SHA for 55004cd
fern/products/cli-api-reference/cli-changelog/2025-09-22.mdx
@@ -1,9 +1,13 @@
1
+## 0.78.6
2
+**`(fix):`** Support `null` in an `enum` (functionality is delegated to `nullable<>`).
3
+
4
5
## 0.78.5
6
**`(fix):`** Correct `nullable<>` wrapping of nullable schemas referenced via `$ref`.
7
8
9
## 0.78.4
-**`(fix):`** Collapse any combination of optional and nullable to `optional<nullable<T>>`.
10
+**`(fix):`** Collapse any combination of optional and nullable to optional<nullable<T>>.
11
12
## 0.78.3
13
**`(chore):`** Support IR v59 in the Rust SDK generator.
0 commit comments