docs(changelog): record behavior suite parity fixes

This commit is contained in:
Micheal Wilkinson
2026-03-21 10:58:41 +00:00
parent 8f51cf368a
commit ce1d253814

View File

@@ -29,6 +29,7 @@ A `### Breaking` section is used in addition to Keep a Changelog's standard sect
- Manual release preparation workflow and script to bump the reported version, promote unreleased changelog notes, and create release tags. - Manual release preparation workflow and script to bump the reported version, promote unreleased changelog notes, and create release tags.
- Main branch validation now emits a recommended next release tag based on unreleased changelog sections, and release preparation now rejects empty unreleased notes. - Main branch validation now emits a recommended next release tag based on unreleased changelog sections, and release preparation now rejects empty unreleased notes.
- Release recommendations now support an explicit `### Breaking` section for major-version changes that would otherwise be described under `### Changed`. - Release recommendations now support an explicit `### Breaking` section for major-version changes that would otherwise be described under `### Changed`.
- `symlink` command alias compatibility for `link`.
### Changed ### Changed
@@ -42,10 +43,14 @@ A `### Breaking` section is used in addition to Keep a Changelog's standard sect
- CLI help description now reflects Homesick's purpose for managing precious dotfiles. - CLI help description now reflects Homesick's purpose for managing precious dotfiles.
- Release notes standardized to Keep a Changelog format. - Release notes standardized to Keep a Changelog format.
- Release preparation and next-tag recommendation automation now invoke `vociferate`'s standalone `releaseprep` implementation with explicit gosick paths. - Release preparation and next-tag recommendation automation now invoke `vociferate`'s standalone `releaseprep` implementation with explicit gosick paths.
- `commit` command now accepts legacy positional form `commit <castle> <message>` in addition to `-m`.
- `destroy` now prompts for confirmation by default and preserves the castle when declined.
### Fixed ### Fixed
- `status` and `diff` now consistently write through configured app output writers. - `status` and `diff` now consistently write through configured app output writers.
- `pull --all` output now includes per-castle prefixes to match behavior expectations.
- Behavior-suite container now includes Ruby so `.homesickrc` parity wrapper execution works under `rc --force`.
### Removed ### Removed