From 58b142f3458c1c2866ce936b05a149afef2a703c Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Sun, 29 Mar 2020 13:55:16 +0200 Subject: [PATCH] Update change logs --- CHANGELOG.md | 11 +++++++++++ ruma-api-macros/CHANGELOG.md | 6 +++++- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 835c4f3c..97d735ca 100644 --- a/CHANGELOG.md +++ b/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: diff --git a/ruma-api-macros/CHANGELOG.md b/ruma-api-macros/CHANGELOG.md index caa30504..6c6a00ba 100644 --- a/ruma-api-macros/CHANGELOG.md +++ b/ruma-api-macros/CHANGELOG.md @@ -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