From 71a77873643763ef52665a9c03de843b3b39c504 Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Mon, 23 Jan 2023 18:10:20 +0000 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c4eb4de5..7e0e765d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Chats: improved display of media attachments. +- ServiceWorker: switch to a network-first strategy. The "An update is available!" prompt goes away. ### Fixed - Chats: media attachments rendering at the wrong size and/or causing the chat to scroll on load. @@ -40,7 +41,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Posts: remove file icon from empty link previews. - Settings: moved "Import data" under settings. - Composer: add more descriptive discard confirmation message. -- ServiceWorker: switch to a network-first strategy. The "An update is available!" prompt goes away. ### Fixed - Layout: use accent color for "floating action button" (mobile compose button).