From 206530e10dacc674d205ef9219b59df9d5a7ed04 Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Wed, 15 Apr 2020 23:29:03 +0200 Subject: [PATCH] Update change log --- CHANGELOG.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cb2d249c..fcd131ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,14 +2,15 @@ Breaking changes: -* Add `server_name` parameter to `r0::join::join_room_by_id_or_alias` +* Add `server_name` parameter to `r0::join::join_room_by_id_or_alias` +* Add `auth_parameters` to `r0::account::AuthenticationData` +* Add `room_network` parameter to `r0::directory::get_public_rooms_filtered` to + represent `include_all_networks` and `third_party_instance_id` Matrix fields. * Update `r0::account::register` endpoint: * Remove `bind_email` request field (removed in r0.6.0) * Remove `inhibit_login` request field, make `access_token` and `device_id` response fields optional (added in r0.4.0) * Remove deprecated `home_server` response field (removed in r0.4.0) -* Add `auth_parameters` to `r0::account::AuthenticationData` -* Add `room_network` parameter to `r0::directory::get_public_rooms_filtered` to - represent `include_all_networks` and `third_party_instance_id` Matrix fields. +* Update `r0::contact::get_contacts` endpoint to r0.6.0 Improvements: