changelog-and-release-notes
Installation
SKILL.md
Changelog and Release Notes
A changelog is a chronological record of every product change — features, fixes, improvements, and deprecations. Release notes are the user-facing announcements that accompany significant changes. Together, they serve three audiences: existing users who need to know what changed, prospects evaluating your product velocity, and AI engines that index product capability updates.
Most SaaS changelogs are either missing (nothing published) or unusable (walls of JIRA tickets copy-pasted). A well-designed changelog is a product marketing asset that builds trust, reduces support tickets, and demonstrates momentum.
Changelog Architecture
Entry types
| Type | Badge/tag | Description | Example |
|---|---|---|---|
| New | NEW |
Net-new feature or capability | "Added AI-powered deal scoring" |
| Improved | IMPROVED |
Enhancement to existing feature | "Lead scoring now supports custom weight rules" |
| Fixed | FIXED |
Bug fix that users experienced | "Fixed: CSV export no longer truncates long field values" |
| Deprecated | DEPRECATED |
Feature being removed (with timeline) | "Legacy reporting dashboard will be removed June 2026" |
| Breaking | BREAKING |
Change that requires user action | "API v1 endpoints will return 410 after May 30" |