From 2138d7c8253a4c859b7bda6715c2ec86b3ecd5f7 Mon Sep 17 00:00:00 2001 From: White_Rabbit Date: Mon, 27 Nov 2017 15:49:35 +0100 Subject: [PATCH 1/2] note updates to thunbnail info in changelog (#1086) --- changelogs/client_server.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/changelogs/client_server.rst b/changelogs/client_server.rst index 852c41f5..c02032a4 100644 --- a/changelogs/client_server.rst +++ b/changelogs/client_server.rst @@ -13,6 +13,11 @@ r0.3.0 (`#395 `_). - Remove requirement that tokens used in token-based login be macaroons (`#395 `_). + - Move ``thumbnail_url`` and ``thumbnail_info`` members of json objects + for ``m.room.message`` events with msgtypes ``m.image``, ``m.file`` + and ``m.location``, inside the ``info`` member, to match ``m.video`` + events + (`#723 `_). - Changes to the API which will be backwards-compatible for clients: From 20ebae4bd31b65eaac0d069a96d1ac854d41e8b0 Mon Sep 17 00:00:00 2001 From: Richard van der Hoff Date: Mon, 27 Nov 2017 14:52:50 +0000 Subject: [PATCH 2/2] Fix quoting in changelog --- changelogs/client_server.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/changelogs/client_server.rst b/changelogs/client_server.rst index c02032a4..0a3a52c4 100644 --- a/changelogs/client_server.rst +++ b/changelogs/client_server.rst @@ -3,8 +3,8 @@ r0.3.0 - Breaking changes: - - Change the rule kind of `.m.rule.contains_display_name` from - `underride` to `override`. This works with all known clients + - Change the rule kind of ``.m.rule.contains_display_name`` from + ``underride`` to ``override``. This works with all known clients which support push rules, but any other clients implementing the push rules API should be aware of this change. This makes it simple to mute rooms correctly in the API