Points: 200
Labels: documentation, release
Background
There is no CHANGELOG.md tracking version history, breaking changes, or feature additions. Contributors and users cannot see what changed between versions.
Task
Create CHANGELOG.md following the Keep a Changelog format. Document all current features as an initial [Unreleased] section, organized by: Added, Changed, Fixed, Security. Include dates and version placeholders.
Key files
Acceptance criteria
- Follows Keep a Changelog format
- Initial
[Unreleased] section covers all existing features
- Organized into Added / Changed / Fixed / Security categories
- Each entry is one line with enough context to understand the change
- Links to relevant PRs or issues where available
Points: 200
Labels:
documentation,releaseBackground
There is no
CHANGELOG.mdtracking version history, breaking changes, or feature additions. Contributors and users cannot see what changed between versions.Task
Create
CHANGELOG.mdfollowing the Keep a Changelog format. Document all current features as an initial[Unreleased]section, organized by: Added, Changed, Fixed, Security. Include dates and version placeholders.Key files
CHANGELOG.md(new)Acceptance criteria
[Unreleased]section covers all existing features