WhatsNew: Remove third bullet for 5.36

This commit is contained in:
Scott Nonnenberg 2022-03-23 11:11:26 -07:00 committed by GitHub
parent 8a11ee0220
commit c538c7c11c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 5 deletions

View File

@ -6941,9 +6941,5 @@
"WhatsNew__v5.36--2": {
"message": "When you perform a Delete for Everyone you'll now see a progress spinner letting you know whether it's been successfully sent or not. If it fails for some reason, you'll be able to retry too!",
"description": "Release notes for v5.36"
},
"WhatsNew__v5.36--3": {
"message": "Thanks to our volunteer translators, we've added support for Scottish Gaelic!",
"description": "Release notes for v5.36"
}
}

View File

@ -32,7 +32,6 @@ const releaseNotes: ReleaseNotesType = {
features: [
{ key: 'WhatsNew__v5.36--1', components: undefined },
{ key: 'WhatsNew__v5.36--2', components: undefined },
{ key: 'WhatsNew__v5.36--3', components: undefined },
],
};