From d8b241bbbd29176a75a7423564e74edff75fcd83 Mon Sep 17 00:00:00 2001
From: Josh Perez <60019601+josh-signal@users.noreply.github.com>
Date: Wed, 21 Jun 2023 19:10:38 -0400
Subject: [PATCH] Release notes for 6.23
---
_locales/en/messages.json | 4 ++++
ts/components/WhatsNewModal.tsx | 18 ++++++++++++++++--
2 files changed, 20 insertions(+), 2 deletions(-)
diff --git a/_locales/en/messages.json b/_locales/en/messages.json
index ef1a400e69e8..9df497181db8 100644
--- a/_locales/en/messages.json
+++ b/_locales/en/messages.json
@@ -6501,5 +6501,9 @@
"icu:WhatsNew__v6.22--1": {
"messageformat": "We added support for the latest emoji characters, so now you can express your excitement with \"Shaking Face\" (🫨) or react with a \"Pea Pod\" (🫛) when someone asks you how close you are to your friends.",
"description": "Release notes for v6.22"
+ },
+ "icu:WhatsNew__v6.23--1": {
+ "messageformat": "In addition to a small assortment of bug fixes, this release also incorporates developer documentation updates (thanks, {d108}!) and some design improvements to the message forwarding interface (thanks, {hackerbirds}!).",
+ "description": "Release notes for v6.23"
}
}
diff --git a/ts/components/WhatsNewModal.tsx b/ts/components/WhatsNewModal.tsx
index 681dd274509d..1de6621fe123 100644
--- a/ts/components/WhatsNewModal.tsx
+++ b/ts/components/WhatsNewModal.tsx
@@ -30,8 +30,22 @@ export function WhatsNewModal({
date: new Date(window.getBuildCreation?.() || Date.now()),
version: window.getVersion?.(),
features: [
- ,
- ,
+
+ @d108
+
+ ),
+ hackerbirds: (
+
+ @hackerbirds
+
+ ),
+ }}
+ />,
],
};