Update change logs
This commit is contained in:
parent
9be124f826
commit
58b142f345
11
CHANGELOG.md
11
CHANGELOG.md
@ -1,5 +1,16 @@
|
||||
# [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
|
||||
|
||||
Breaking changes:
|
||||
|
@ -1,5 +1,9 @@
|
||||
# [unreleased]
|
||||
|
||||
Breaking changes:
|
||||
|
||||
* Update code generation to match the changes in ruma-api 0.15.0
|
||||
|
||||
# 0.11.0
|
||||
|
||||
Breaking changes:
|
||||
@ -16,7 +20,7 @@ Improvements:
|
||||
|
||||
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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user