diff --git a/changelogs/client_server.rst b/changelogs/client_server.rst index 57c625159..fe522fced 100644 --- a/changelogs/client_server.rst +++ b/changelogs/client_server.rst @@ -18,6 +18,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: