BUG-FIX RELEASE EXAMPLE
Bug-fix release notes example
A useful maintenance note names the experience that changed and stays specific without exposing internal incident detail.
RAW CHANGES
Engineering input
- fix: stop sending duplicate invoice emails on webhook retries #742
- fix: retain timezone when editing scheduled reports
- fix: show empty state after final project is archived
- chore: update billing webhook tests
CUSTOMER-READY DRAFT
A smoother, more predictable workspace
This update resolves three issues affecting invoice emails, scheduled reports, and archived projects.
Fixes
- Invoice emails are no longer duplicated when a payment notification is retried.
- Editing a scheduled report now preserves its selected timezone.
- Archiving your final project now shows the correct empty state.
EDITING NOTES
Why this draft works
- Names the visible outcome of each fix.
- Keeps test and webhook implementation details out of the customer draft.
- Avoids calling routine fixes “major improvements.”