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
10 changes: 10 additions & 0 deletions fern/products/cli-api-reference/cli-changelog/2026-04-28.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 4.104.0
**`(chore):`** Improved translation logging by moving verbose page array output to debug level and formatting as a concise count instead of raw JSON array.


**`(feat):`** Support simplified string syntax for `translations` field in docs.yml.
You can now use `translations: [en, ja, fr]` instead of requiring
`translations: [{lang: en}, {lang: ja}, {lang: fr}]`. The verbose
object syntax remains supported for specifying `default: true`.


## 4.103.1
**`(fix):`** Fix translation directory check to treat the first locale as the default when no explicit `default: true` is set, matching the behavior of the rest of the CLI.

Expand Down
Loading