From 7f78c3280c91bd5068374f891a0f11f5a330ac95 Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Fri, 15 Dec 2023 15:57:26 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1961bd79..c2fcb7f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,11 +2,16 @@ * **Breaking change *(bridge)*** Added raw event to portal membership handling functions. +* *(crypto)* Added `goolm` build tag to use a pure Go implementation of Olm + instead of using libolm via cgo. Thanks to [@DerLukas15] in [#106]. * *(bridge)* Added context parameter for bridge command events. * *(client)* Changed default syncer to not drop unknown events. * The syncer will still drop known events if parsing the content fails. * The behavior can be changed by changing the `ParseErrorHandler` function. +[@DerLukas15]: https://github.com/DerLukas15 +[#106]: https://github.com/mautrix/go/pull/106 + ## v0.16.2 (2023-11-16) * *(event)* Added `Redacts` field to `RedactionEventContent` for room v11+.