v5.22 release notes
This commit is contained in:
parent
29e1516714
commit
4397f392ed
2 changed files with 5 additions and 9 deletions
|
@ -6483,5 +6483,9 @@
|
|||
"WhatsNew__v5.21--3": {
|
||||
"message": "Screen reader users should now find it easier to navigate through the conversation list on the left pane.",
|
||||
"description": "Release notes for v5.21"
|
||||
},
|
||||
"WhatsNew__v5.22": {
|
||||
"message": "This version contains a number of small tweaks and bug fixes to keep Signal running smoothly.",
|
||||
"description": "Release notes for v5.22"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -34,15 +34,7 @@ export const WhatsNew = ({ i18n }: PropsType): JSX.Element => {
|
|||
version: window.getVersion(),
|
||||
features: [
|
||||
{
|
||||
key: 'WhatsNew__v5.21--1',
|
||||
components: undefined,
|
||||
},
|
||||
{
|
||||
key: 'WhatsNew__v5.21--2',
|
||||
components: undefined,
|
||||
},
|
||||
{
|
||||
key: 'WhatsNew__v5.21--3',
|
||||
key: 'WhatsNew__v5.22',
|
||||
components: undefined,
|
||||
},
|
||||
],
|
||||
|
|
Loading…
Add table
Reference in a new issue