From 921cc6ffa9edbdde009a53ed405b4f0759855133 Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Wed, 12 Oct 2022 11:25:01 +0300 Subject: [PATCH] Update changelog --- CHANGELOG.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f8b4f9e..60550bc4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,21 @@ +# v0.12.2 (unreleased) + +### Added +* Added built-in custom emoji packs to allow reacting with any standard unicode + emoji from Matrix (note that only premium users can use custom emojis). +* Added infinite backfill using [MSC2716]. + * The new system includes a backwards compatibility mechanism which uses the + old method of just sending events to the room. By default, MSC2716 is not + enabled and the legacy method will be used. + +### Improved +* Redacting reactions on Matrix no longer removes the user's other reactions to + the same message (premium users can have up to 3 reactions per message). + +### Fixed + +[MSC2716]: https://github.com/matrix-org/matrix-spec-proposals/pull/2716 + # v0.12.1 (2022-09-26) ### Added