Update change logs

This commit is contained in:
Jonas Platte 2020-02-18 21:02:33 +01:00
parent 810bf56874
commit 9e076858af
No known key found for this signature in database
GPG Key ID: 7D261D771D915378
2 changed files with 10 additions and 0 deletions

View File

@ -1,5 +1,11 @@
# [unreleased]
Breaking changes:
* Update ruma-api-macros to 0.11.0
* This includes a fix that uses `TryFrom<&str>` instead of serde_json for path segment
deserialization
# 0.13.1
Improvements:

View File

@ -1,5 +1,9 @@
# [unreleased]
Breaking changes:
* Use `TryFrom<&str>` instead of serde_json for path segment deserialization
# 0.10.1
Improvements: