From f1994ed1ae728b265ceea3a2bd55f48a1ad7cfea Mon Sep 17 00:00:00 2001 From: Swimburger <3382717+Swimburger@users.noreply.github.com> Date: Fri, 13 Mar 2026 22:05:24 +0000 Subject: [PATCH] update changelogs --- .../cli-api-reference/cli-changelog/2026-03-13.mdx | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/fern/products/cli-api-reference/cli-changelog/2026-03-13.mdx b/fern/products/cli-api-reference/cli-changelog/2026-03-13.mdx index a6f9e38a7b..c63a33ee95 100644 --- a/fern/products/cli-api-reference/cli-changelog/2026-03-13.mdx +++ b/fern/products/cli-api-reference/cli-changelog/2026-03-13.mdx @@ -1,14 +1,3 @@ -## 4.29.0 -**`(feat):`** Add AI changelog rollup for multi-chunk diff analysis. When large diffs -are split into multiple chunks, the resulting changelog entries are now -consolidated via a dedicated AI call that deduplicates repetitive bullets, -groups changes under Keep a Changelog headers (Breaking Changes, Added, -Changed, Fixed), and produces a structured PR description with -Before/After code fences for breaking changes. Also adds a -`version_bump_reason` field to AI analysis responses, providing an -explicit one-sentence justification for why MAJOR/MINOR/PATCH was chosen. - - ## 4.28.0 **`(feat):`** Add `coerce-consts-to` setting for controlling how OpenAPI/AsyncAPI `const` values are represented. Set to `literals` to convert them directly