-
Notifications
You must be signed in to change notification settings - Fork 6
Keep a changelog #73
Copy link
Copy link
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or request
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or request
Summary
Add a CHANGELOG.md to track notable changes across releases, following the Keep a Changelog format.
Motivation
The project uses
hatch-vcsfor versioning from git tags but has no human-readable changelog. A structured changelog makes it easier for users and contributors to understand what changed between releases without digging through commit history.Proposal
CHANGELOG.mdat the project root following the Keep a Changelog convention