Release notes for 8.9

This commit is contained in:
Fedor Indutny
2026-04-26 10:46:36 -07:00
parent 148472def1
commit 2becac8006
+1 -1
View File
@@ -31,7 +31,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--2" />],
features: [<I18n i18n={i18n} id="icu:WhatsNew__bugfixes--4" />],
};
if (releaseNotes.features.length === 1 && !releaseNotes.header) {