From b73d17d69d257569e5e8ee8d77103aa545588e30 Mon Sep 17 00:00:00 2001 From: Scott Nonnenberg Date: Wed, 6 May 2026 15:10:05 -0700 Subject: [PATCH] Release notes for 8.10 --- _locales/en/messages.json | 4 ++++ ts/components/WhatsNewModal.dom.tsx | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/_locales/en/messages.json b/_locales/en/messages.json index 3260dd9691..6fd81d7d6a 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -11088,5 +11088,9 @@ "messageformat": "Small tweaks, bug fixes, and performance enhancements. Thanks for using Signal!", "description": "Release notes for releases that only include bug fixes", "ignoreUnused": true + }, + "icu:WhatsNew__8.10--0": { + "messageformat": "The freshly spun emoji in Unicode 17.0 have now pirouetted into place in Signal. Send a message reaction with the new Ballet Dancer emoji to perform your own digital version of a pas de chat.", + "description": "Release notes for 8.10" } } diff --git a/ts/components/WhatsNewModal.dom.tsx b/ts/components/WhatsNewModal.dom.tsx index 03552546c0..0b4b065bb8 100644 --- a/ts/components/WhatsNewModal.dom.tsx +++ b/ts/components/WhatsNewModal.dom.tsx @@ -30,7 +30,7 @@ export function WhatsNewModal({ const releaseNotes: ReleaseNotesType = { date: new Date(window.getBuildCreation?.() || Date.now()), version: window.getVersion?.(), - features: [], + features: [], }; if (releaseNotes.features.length === 1 && !releaseNotes.header) {