Update change log

This commit is contained in:
Jonas Platte 2020-05-03 01:00:25 +02:00
parent 62772f4c7f
commit e59aeb97b4
No known key found for this signature in database
GPG Key ID: 7D261D771D915378

View File

@ -15,12 +15,13 @@ Breaking changes:
* To access any additional fields of the `unsigned` property of an event,
deserialize the `EventJson` to another type that captures the field(s) you
are interested in.
* Add fields `format` and `formatted_body` to `room::message::NoticeMessageEventContent`
* Remove `room::message::MessageType`
* Remove `room::message::MessageEventContent::Encrypted` (which only existed by mistake)
Improvements:
* Add a encrypted variant to the room `MessageEventContent` enum.
* Remove useless `algorithm` fields from encrypted event content structs
* Remove `PartialEq` implementations for most types
* Since we're now using `serde_json::value::RawValue`, deriving no longer works
* Update the representation of `push_rules::Tweak`
* Raise minimum supported Rust version to 1.40.0
# 0.20.0