From 206971004bf68b517ee59c7be10b5e670fcefdb9 Mon Sep 17 00:00:00 2001 From: thesandlord <8902396+thesandlord@users.noreply.github.com> Date: Fri, 11 Sep 2026 00:43:56 +0000 Subject: [PATCH] update changelogs --- .../cli-api-reference/cli-changelog/2026-09-11.mdx | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 fern/products/cli-api-reference/cli-changelog/2026-09-11.mdx diff --git a/fern/products/cli-api-reference/cli-changelog/2026-09-11.mdx b/fern/products/cli-api-reference/cli-changelog/2026-09-11.mdx new file mode 100644 index 000000000..5ae7d6f58 --- /dev/null +++ b/fern/products/cli-api-reference/cli-changelog/2026-09-11.mdx @@ -0,0 +1,8 @@ +## 5.120.2 +**`(fix):`** `fern check` no longer rejects a changelog whose feed URL is made servable by its +parent product or version slug (e.g. a "Release Notes" product with an "Updates" +changelog tab at `/release-notes/updates`). The `valid-changelog-slug` rule now +includes the product/version URL segment when checking for an allowlisted segment +and reports the full resolved path. + +