From a2d808626ff4edae25d769539a29d2d532fce516 Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Sat, 9 Jul 2022 11:33:33 +0300 Subject: [PATCH] Update changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9463ddf..cdf0d88 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,6 +24,10 @@ * Added maximum message handling duration config options to prevent messages getting stuck and blocking everything. * Changed message send error notices to be replies to the errored message. +* Changed dimensions of stickers bridged from WhatsApp to match WhatsApp web. +* Changed attachment bridging to find the Matrix `msgtype` based on the + WhatsApp message type instead of the file mimetype. +* Updated Docker image to Alpine 3.16. * Fixed backfill queue on SQLite. [MSC2530]: https://github.com/matrix-org/matrix-spec-proposals/pull/2530