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
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 4.108.0
**`(internal):`** Validate staged changelog entries in `changes/<version>/*.yml` (not just `versions.yml`)
and trigger the workflow on PRs that touch those staged files. Catches unescaped
`{}` / `<>` / `#{}` patterns at PR time instead of after autorelease promotes the
entry to `versions.yml` on `main`.


## 4.107.3
**`(fix):`** Fix `fern generate --docs --preview` hang when OpenAPI specs contain circular
`$ref` chains. The unbundled fallback document now has its circular references
Expand Down
Loading