Clean up changelogs

This commit is contained in:
Jonas Platte 2021-01-02 15:01:49 +01:00
parent 8e247a5ce2
commit 3b37d77394
No known key found for this signature in database
GPG Key ID: 7D261D771D915378
2 changed files with 0 additions and 2 deletions

View File

@ -50,7 +50,6 @@ Breaking changes:
* `r0::push::Action` has been moved. Import it from `ruma` or `ruma-common`.
* Update type of `limit` in `r0::user_directory::search_users` from
`Option<UInt>` to `UInt`
* Update strum dependency to 0.19
* Rename `r0::message::{create_message_event => send_message_event}`
* Rename `r0::state::{create_state_event_* => send_state_event_*}`
* Replace `r0::keys::{AlgorithmAndDeviceId, KeyAlgorithm}` with

View File

@ -17,7 +17,6 @@ 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`.