Reorder sections in change log
This commit is contained in:
parent
e2ba8f2d4a
commit
ea9b752da9
26
CHANGELOG.md
26
CHANGELOG.md
@ -2,19 +2,6 @@
|
|||||||
|
|
||||||
# 0.7.0
|
# 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:
|
Breaking changes:
|
||||||
|
|
||||||
* Update ruma-api to 0.15.0
|
* 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
|
# 0.6.0
|
||||||
|
|
||||||
Breaking changes:
|
Breaking changes:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user