From f7f33b9085c122e5ed67ced2637b368d6abde7d6 Mon Sep 17 00:00:00 2001 From: fern-support <126544928+fern-support@users.noreply.github.com> Date: Thu, 26 Mar 2026 18:15:43 +0000 Subject: [PATCH] update changelogs --- .../cli-api-reference/cli-changelog/2026-03-25.mdx | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/fern/products/cli-api-reference/cli-changelog/2026-03-25.mdx b/fern/products/cli-api-reference/cli-changelog/2026-03-25.mdx index 67f6856a8..4b8a053c1 100644 --- a/fern/products/cli-api-reference/cli-changelog/2026-03-25.mdx +++ b/fern/products/cli-api-reference/cli-changelog/2026-03-25.mdx @@ -1,3 +1,10 @@ +## 4.46.1 +**`(fix):`** Fix tag description pages incorrectly escaping curly braces and angle +brackets inside fenced code blocks and inline code. The blanket +character escaping has been removed in favor of the downstream MDX +sanitizer which correctly handles special characters only where needed. + + ## 4.45.0 **`(feat):`** Add validation for OpenAPI specs that contain non-ASCII characters (e.g. emojis) in tag names or `---` frontmatter delimiters in endpoint