From ab06773114122da4371847cf8a44d6cadbd880e4 Mon Sep 17 00:00:00 2001 From: dsinghvi <10870189+dsinghvi@users.noreply.github.com> Date: Fri, 27 Mar 2026 13:43:52 +0000 Subject: [PATCH] update changelogs --- .../cli-api-reference/cli-changelog/2026-03-27.mdx | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/fern/products/cli-api-reference/cli-changelog/2026-03-27.mdx b/fern/products/cli-api-reference/cli-changelog/2026-03-27.mdx index e152e1968..ee69c74d7 100644 --- a/fern/products/cli-api-reference/cli-changelog/2026-03-27.mdx +++ b/fern/products/cli-api-reference/cli-changelog/2026-03-27.mdx @@ -1,3 +1,12 @@ +## 4.46.6 +**`(fix):`** Fix tag description pages not being generated when a tag reference in +`docs.yml` uses a `title` override. Tags with title overrides are parsed +as `Package` type items, but the `#convertPackage` method did not call +`createTagDescriptionPageId`, so the overview page was silently dropped. +The method now falls back to creating a tag description page when no +explicit overview is provided. + + ## 4.46.5 **`(fix):`** Internal improvements to GitHub integration for server-side operations.