client-api: Rewrap changelog

This commit is contained in:
Jonas Platte 2020-09-25 14:04:09 +02:00
parent 327900b411
commit 1aa8b7480c
No known key found for this signature in database
GPG Key ID: CC154DE0E30B7C67

View File

@ -33,7 +33,8 @@ Breaking changes:
* Update type of `user_id` in `r0::account::whoami` from `String` to `ruma_identifiers::UserId`
* Update type of `limited` in `r0::sync::sync_events::Timeline` from `Option<bool>` to `bool`
* Use `DeviceId` for `device_id` field of `r0::session::login::Response`
* Use `ruma_identifiers::ServerName` instead of `String` for `server_name` fields in the following endpoints:
* Use `ruma_identifiers::ServerName` instead of `String` for `server_name` fields in the following
endpoints:
```rust
r0::{
account::request_openid_token,