Fix ruma-events change log

This commit is contained in:
Jonas Platte 2020-08-13 19:56:23 +02:00
parent 221befe401
commit b470d4d681
No known key found for this signature in database
GPG Key ID: CC154DE0E30B7C67

View File

@ -1,13 +1,4 @@
# [unreleased]
Breaking changes:
* Update strum dependency to 0.19
* Use `ruma_identifiers::{ServerName, ServerKeyId}` in `signatures` fields of
`pdu::RoomV1Pdu, RoomV1PduStub, RoomV3Pdu, RoomV3PduStub}` and
`room::member::SignedContent`.
# 0.22.0
# 0.22.0 [unreleased]
Breaking changes:
@ -26,6 +17,10 @@ Breaking changes:
* `presence::PresenceState` has been moved. Import it from `ruma` or `ruma-common`.
* `EventJson` has been moved and renamed. Import it from `ruma` or `ruma-common`.
* The `in_reply_to` field of `room::message::RelatesTo` is now optional
* Update strum dependency to 0.19
* Use `ruma_identifiers::{ServerName, ServerKeyId}` in `signatures` fields of
`pdu::RoomV1Pdu, RoomV1PduStub, RoomV3Pdu, RoomV3PduStub}` and
`room::member::SignedContent`.
Improvements: