Update changelog

This commit is contained in:
Tulir Asokan
2022-10-12 11:25:01 +03:00
parent b582e59eee
commit 921cc6ffa9
+18
View File
@@ -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