@@ -45,6 +45,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4545 - Adds focused CodeScene skills for refactoring with Code Health and for safeguarding AI-touched code before commit
4646 or
4747 PR readiness, instead of overloading the broader ` codescene-quality ` skill.
48+ - Added a root-level ` RELEASE_NOTE.md ` that is separate from ` CHANGELOG.md ` .
49+ - ` CHANGELOG.md ` remains the exhaustive release history.
50+ - ` RELEASE_NOTE.md ` now captures only public cmdlet, CLI, configuration, and migration-impacting changes, including
51+ backfilled summaries for the existing released versions in ` CHANGELOG.md ` .
52+ - ` Tests.yml ` now validates both files, and ` Publish.yml ` now finalizes both files during stable release
53+ preparation.
54+ - The public release-notes page now renders ` RELEASE_NOTE.md ` instead of the full changelog feed.
4855
4956### Changed
5057
@@ -75,16 +82,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7582 explicitly, while the published ` NovaModuleTools ` manifest continues to declare that dependency for installed
7683 workflows.
7784
78- ### Documentation
79-
80- - Added a root-level ` RELEASE_NOTE.md ` that is separate from ` CHANGELOG.md ` .
81- - ` CHANGELOG.md ` remains the exhaustive release history.
82- - ` RELEASE_NOTE.md ` now captures only public cmdlet, CLI, configuration, and migration-impacting changes, including
83- backfilled summaries for the existing released versions in ` CHANGELOG.md ` .
84- - ` Tests.yml ` now validates both files, and ` Publish.yml ` now finalizes both files during stable release
85- preparation.
86- - The public release-notes page now renders ` RELEASE_NOTE.md ` instead of the full changelog feed.
87-
8885### Security
8986
9087## [ 2.3.1] - 2026-05-08
0 commit comments