Skip to content

Commit

Permalink
Release notes for 7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
trevor-signal committed Mar 6, 2024
1 parent cf381cd commit 8eeff4f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions _locales/en/messages.json
Expand Up @@ -7249,5 +7249,8 @@
},
"icu:WhatsNew__v7.1--0": {
"messageformat": "This update enables support for all of the new emoji characters in Emoji version 15.1. People keep asking us what our favorite new emoji is, but answering that question is a “lime” we won't cross."
},
"icu:WhatsNew__v7.2--0": {
"messageformat": "Thanks to the performance improvements in this release, opening large group chats is faster than ever. If you're in a group with several hundred people that likes to debate the existence of parallel universes, you now live in a timeline where it takes a lot less time to show the timeline of people talking about timelines."
}
}
2 changes: 1 addition & 1 deletion ts/components/WhatsNewModal.tsx
Expand Up @@ -42,7 +42,7 @@ export function WhatsNewModal({
const releaseNotes: ReleaseNotesType = {
date: new Date(window.getBuildCreation?.() || Date.now()),
version: window.getVersion?.(),
features: [<Intl i18n={i18n} id="icu:WhatsNew__v7.1--0" />],
features: [<Intl i18n={i18n} id="icu:WhatsNew__v7.2--0" />],
};

if (releaseNotes.features.length === 1 && !releaseNotes.header) {
Expand Down

0 comments on commit 8eeff4f

Please sign in to comment.