Changelog
Announce releases and updates to keep your users informed about what's new.
Changelog
The changelog is where you announce new features, improvements, and bug fixes. It's the final step in closing the feedback loop.
Creating an Entry
To create a new changelog entry:
- Go to your workspace changelog
- Click "New Entry"
- Write your update using the rich text editor
- Link related feedback posts
- Publish when ready
Entry Components
Title & Date
Each entry needs a clear title and publication date. Use action-oriented titles:
- ✅ "New: Dark mode support"
- ✅ "Improved: Faster search results"
- ❌ "Update v2.3.1"
Content
Use markdown or the rich text editor to format your content:
## What's New
- Added dark mode support
- Improved search performance by 40%
- Fixed issue with email notifications
## Breaking Changes
- API endpoint `/v1/posts` now requires authenticationLinked Feedback
Connect changelog entries to the feedback posts they address. Users who voted or commented will be notified automatically.
Notifications
When you publish a changelog entry, Quackback can notify users:
- Email — Send to subscribed users
- In-app — Show notification in your app
- RSS — Publish to your RSS feed
RSS Feed
Your changelog has a built-in RSS feed at:
https://your-workspace.quackback.io/changelog/rssUsers can subscribe in their favorite RSS reader to stay updated.
Best Practices
- Publish regularly (weekly or bi-weekly)
- Keep entries concise and scannable
- Always link back to the original feedback
- Celebrate community contributions