Press Template โ Changelog / Quick Note ๐๏ธ
A ready-to-copy Press template for a short, scannable update โ product changelog entry, release notes, weekly digest, or a quick "what's new" note. Designed to be read in under 60 seconds.
Copy the block below into a new file (e.g. release-2026-05.md). A changelog rarely needs the directory structure โ a single file is enough.
---
name: "Changelog โ May 2026"
slug: "changelog-2026-05"
category: Changelog
status: published
visibility: public
tags: "changelog, release-notes, v2.4"
authors: "Product Team"
---
# Changelog โ May 2026
A quick recap of what shipped this month. As always, [reply with feedback](mailto:[email protected]) โ half of these came directly from your suggestions.
## โจ New
- **Bulk import for contacts.** Drop a CSV with up to 50,000 rows; we'll handle dedup and validation. Available on all plans.
- **Saved views.** Filter, sort, and group your inbox once โ then save it. Pin up to 10 views per workspace.
- **Slack notifications, v2.** Thread-aware, with per-channel routing rules.
## ๐ Improved
- Search is now ~4ร faster on workspaces with more than 100k records.
- The mobile app no longer logs you out after 7 days of inactivity (now 30).
- Webhooks retry with exponential backoff instead of a flat 5-minute interval.
## ๐ Fixed
- Fixed a bug where timezone offsets were dropped on recurring events.
- Resolved a rare crash when uploading attachments larger than 100 MB.
- The "Mark all as read" button now actually marks all as read. Sorry about that.
## ๐งน Deprecated
- The legacy `/v1/contacts.list` endpoint will be removed on **August 1, 2026**. Use `/v2/contacts` instead โ [migration guide](https://example.com/docs/migrate-contacts).
---
**Next month:** Calendar sync, custom fields on contacts, and a long-overdue refresh of the analytics dashboard.๐ก Tips:
- Keep entries under one line each โ readers skim changelogs, they don't read them.
- Use a consistent emoji set (
โจ New,๐ Improved,๐ Fixed,๐งน Deprecated) so returning readers know where to look.- Set
status: draftwhile writing, then flip topublishedthe moment you ship โ changelogs lose value if they trail releases by more than a day.- No need to set
imagefor short notes; OpenGraph falls back to the page title.