Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
tulir committed Dec 15, 2023
1 parent 89fcc0e commit 7f78c32
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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+.
Expand Down

0 comments on commit 7f78c32

Please sign in to comment.