Reorder sections in change log

This commit is contained in:
Jonas Platte 2020-03-29 19:44:14 +02:00
parent e2ba8f2d4a
commit ea9b752da9
No known key found for this signature in database
GPG Key ID: 7D261D771D915378

View File

@ -2,19 +2,6 @@
# 0.7.0
Improvements:
* Add an `Error` type that represents the well-known errors in the client-server API
* the response deserialization code will try to create an instance of this type from http responses that indicate an error
* Add OpenID token request endpoint.
* Add `r0::client_exchange::send_event_to_device` (introduced in r0.3.0)
* Add endpoints to retrieve account_data (introduced in r0.5.0)
* Add media endpoints: `r0::media::{get_media_config, get_media_preview, get_content_as_filename}`
* Add `unstable_features` to `unversioned::get_supported_versions` (introduced in r0.5.0)
* Add request and response parameters for `r0::account::deactivate`
* Add `r0::session::sso_login` (introduced in r0.5.0)
* Add `filter` type for `r0::context::get_context`
Breaking changes:
* Update ruma-api to 0.15.0
@ -40,6 +27,19 @@ Breaking changes:
}
```
Improvements:
* Add an `Error` type that represents the well-known errors in the client-server API
* the response deserialization code will try to create an instance of this type from http responses that indicate an error
* Add OpenID token request endpoint.
* Add `r0::client_exchange::send_event_to_device` (introduced in r0.3.0)
* Add endpoints to retrieve account_data (introduced in r0.5.0)
* Add media endpoints: `r0::media::{get_media_config, get_media_preview, get_content_as_filename}`
* Add `unstable_features` to `unversioned::get_supported_versions` (introduced in r0.5.0)
* Add request and response parameters for `r0::account::deactivate`
* Add `r0::session::sso_login` (introduced in r0.5.0)
* Add `filter` type for `r0::context::get_context`
# 0.6.0
Breaking changes: