From cf2273621e3923cc3791cfaa470888b291bf9829 Mon Sep 17 00:00:00 2001 From: thesandlord <8902396+thesandlord@users.noreply.github.com> Date: Wed, 26 Aug 2026 18:15:41 +0000 Subject: [PATCH] update changelogs --- .../cli-api-reference/cli-changelog/2026-08-26.mdx | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/fern/products/cli-api-reference/cli-changelog/2026-08-26.mdx b/fern/products/cli-api-reference/cli-changelog/2026-08-26.mdx index a75cba1203..c506f5474b 100644 --- a/fern/products/cli-api-reference/cli-changelog/2026-08-26.mdx +++ b/fern/products/cli-api-reference/cli-changelog/2026-08-26.mdx @@ -1,3 +1,11 @@ +## 5.107.0 +**`(fix):`** Publish the configured default locale as the docs manifest locale key instead of always using "en". + + +**`(feat):`** You can now keep your redirects in their own files instead of listing them all in `docs.yml`. +Point `redirects` at one file or several, and Fern combines them in the order you list them. + + ## 5.106.1 **`(chore):`** Fix stale blog changelog-slug rule test expectations after the blog feed slug allowlist change.