From 2c1fe98404ef5441fb3d88a57ad7ad0c3581899b Mon Sep 17 00:00:00 2001 From: claude code agent 227 Date: Sun, 28 Jun 2026 23:44:54 +0300 Subject: [PATCH] docs(changelog): drop duplicate "### Changed" header (#231 F2) The YAML-migration entry (#229) added a second "### Changed" header in the same [Unreleased] group that already had one (#216), rendering as two Changed sections and violating Keep a Changelog. Remove the duplicate header so the #229 bullet falls under the existing Changed section. Co-Authored-By: Claude Opus 4.8 (1M context) --- CHANGELOG.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b0ed398..c4f5e07d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -67,8 +67,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 toggle. Previously the create call defaulted to including sub-pages, silently exposing every child of a freshly shared page. (#216) -### Changed - - **The agent-roles catalog is now stored as YAML instead of JSON.** Each role's long `instructions` system prompt is a literal block scalar (`|-`), so editing a single sentence shows up as a line-by-line diff and the prompt is editable as