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
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ The default is `true`.
The default is `true`.


**`(feat):`** Add type for nullable schema examples.
**`(feat):`** Add type for nullable schema examples.
If a schema is nullable, examples for its inner type will be parsed or generated, or `null` will be used as an example if no inner examples are available.


Expand Down
4 changes: 4 additions & 0 deletions fern/products/cli-api-reference/cli-changelog/2025-09-25.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.82.1
**`(fix):`** Ensure path parameters are parsed in the same order as they appear in the endpoint's URL.


## 0.82.0
**`(feat):`** Update migration versions for ir-v60 for python and java generators

Expand Down