Update change logs

This commit is contained in:
Jonas Platte 2020-03-29 13:55:16 +02:00
parent 9be124f826
commit 58b142f345
No known key found for this signature in database
GPG Key ID: 7D261D771D915378
2 changed files with 16 additions and 1 deletions

View File

@ -1,5 +1,16 @@
# [unreleased] # [unreleased]
Breaking changes:
* Emit an error on non-UTF8 characters in path segments
* Before, they would be replaced by the unknown character codepoint
* `FromHttpResponseError` now has a generic parameter for the expected type of
error the homeserver could return
Improvements:
* Enable deserialization of unsuccessful responses
# 0.14.0 # 0.14.0
Breaking changes: Breaking changes:

View File

@ -1,5 +1,9 @@
# [unreleased] # [unreleased]
Breaking changes:
* Update code generation to match the changes in ruma-api 0.15.0
# 0.11.0 # 0.11.0
Breaking changes: Breaking changes:
@ -16,7 +20,7 @@ Improvements:
Breaking changes: Breaking changes:
* Updated code generation to match the changes in ruma-api 0.13.0 * Update code generation to match the changes in ruma-api 0.13.0
# 0.9.1 # 0.9.1