From 34ab5c43eeee31fc0678f01be1e0af0d7086249b Mon Sep 17 00:00:00 2001 From: Jonathan Miller Date: Sun, 31 May 2026 12:07:59 -0500 Subject: [PATCH] docs: update CHANGELOG with CliFramework migration and recent fixes Authored-by: Moko Consulting Co-Authored-By: Claude Opus 4.6 (1M context) --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 65b266f..5a6b7fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,16 @@ BRIEF: Release changelog # Changelog ## [Unreleased] +### Changed +- **refactor(cli):** migrate 64 legacy scripts to CliFramework (#235) — all tools in cli/, automation/, maintenance/, deploy/, release/ now extend CliFramework with free --help, --verbose, --quiet, --dry-run, --json, banners, and coloured logging + +### Fixed +- fix: auto-detect org/repo in updates_xml_build from manifest and git remote +- fix: restore hyphen in version suffixes +- fix: release names use standardized format +- fix: remove lesser stream copies, each stream updates independently +- fix: sort updates.xml entries dev first, stable last + ## [09.21.00] --- 2026-05-30 ## [09.20.00] --- 2026-05-30