Update change log

This commit is contained in:
Jonas Platte 2019-12-13 12:13:12 +01:00
parent ec74c2d798
commit 69a8f35dbe
No known key found for this signature in database
GPG Key ID: 7D261D771D915378

View File

@ -1,10 +1,13 @@
# [unreleased]
# r0.5.0
Breaking changes:
* Our Minimum Supported Rust Version is now 1.39.0
* Update ruma-api from 0.11.0 to 0.12.0
* Move `r0::directory::get_public_rooms::PublicRoomsChunk` to `r0::directory::PublicRoomsChunk`
* Move `r0::room::create_room::Visibility` to `r0::room::Visibility`
* Our Minimum Supported Rust Version is now 1.39.0
* Move `r0::account::register::AuthenticationData` to `r0::account::AuthenticationData`
Improvements: