Update change logs

This commit is contained in:
Jonas Platte 2019-12-13 12:08:35 +01:00
parent 08a3d820be
commit 9063f4c526
No known key found for this signature in database
GPG Key ID: 7D261D771D915378
2 changed files with 15 additions and 1 deletions

View File

@ -1,8 +1,12 @@
# [unreleased] # [unreleased]
# 0.12.0
Breaking changes: Breaking changes:
* Our Minimum Supported Rust Version is now 1.36.0 * Our Minimum Supported Rust Version is now 1.39.0
* Support for the server-side use case has been restored. For details, see the documentation for
`ruma_api!`, the new `Outgoing` trait and its derive macro
# 0.11.2 # 0.11.2

View File

@ -1,5 +1,15 @@
# [unreleased] # [unreleased]
# 0.9.0
Breaking changes:
* Updated code generation to match the changes in ruma-api 0.12.0
New features:
* Added a derive macro for the new `Outgoing` trait from ruma-api
# 0.8.2 # 0.8.2
Bug fixes: Bug fixes: