Release notes for 8.10

This commit is contained in:
Scott Nonnenberg
2026-05-06 15:10:05 -07:00
parent eecb7bf966
commit b73d17d69d
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -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"
}
}
+1 -1
View File
@@ -30,7 +30,7 @@ export function WhatsNewModal({
const releaseNotes: ReleaseNotesType = {
date: new Date(window.getBuildCreation?.() || Date.now()),
version: window.getVersion?.(),
features: [<I18n i18n={i18n} id="icu:WhatsNew__bugfixes--4" />],
features: [<I18n i18n={i18n} id="icu:WhatsNew__8.10--0" />],
};
if (releaseNotes.features.length === 1 && !releaseNotes.header) {