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