Skip to content

docs: add unified CHANGELOG.md#244

Merged
Kamilbenkirane merged 2 commits into
mainfrom
chore/changelog
Mar 27, 2026
Merged

docs: add unified CHANGELOG.md#244
Kamilbenkirane merged 2 commits into
mainfrom
chore/changelog

Conversation

@Kamilbenkirane

Copy link
Copy Markdown
Member

Add single CHANGELOG.md at repo root following Keep a Changelog format. Covers v0.9.1 through v0.11.0. Replaces CHANGELOG_V1.md.

Single changelog at repo root following Keep a Changelog format.
Covers tool calling, protocol layer, Vertex AI, new providers,
55+ PRs, and all changes since the v1 rewrite.

Replaces CHANGELOG_V1.md and CHANGELOG_V0.11.md.
@claude

claude Bot commented Mar 27, 2026

Copy link
Copy Markdown

Code review

Issue: Subsection headings use H2 instead of H3

All category subsections within version entries use ##, the same level as the version headings themselves (## [0.11.0], ## [0.9.1]). The Keep a Changelog format, which this file claims to follow, requires version sections at H2 and child categories at H3.

This creates ~30+ headings structurally indistinguishable from version entries. Changelog parsers and GitHub's rendered TOC will treat subsections like ## 1. Tool Calling, ## Packaging Rationale, ## Tests, etc. as top-level releases rather than subcategories.

Affected area:

## 1. Tool Calling (v0.11.0 — headline)
(and all ~30 similar headings throughout both version sections)

Fix: Change all subsection headings within version entries from ## to ###.

Keep a Changelog format requires version sections at H2 and
child categories at H3.
@Kamilbenkirane Kamilbenkirane merged commit 47cf1fe into main Mar 27, 2026
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant