From 9a2af4fbc11715990c20fe6b61f2894a36213959 Mon Sep 17 00:00:00 2001 From: Richard van der Hoff Date: Mon, 25 Jul 2016 09:14:26 +0100 Subject: [PATCH] Changelog: Add /upload tweak --- changelogs/client_server.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/changelogs/client_server.rst b/changelogs/client_server.rst index 8667d319e..0fc636692 100644 --- a/changelogs/client_server.rst +++ b/changelogs/client_server.rst @@ -8,6 +8,12 @@ - Emphasise that ``POST /tokenrefresh`` should expire the access token (`#363 `_). +- Changes to the API which will be backwards-compatible for clients: + + - Add ``filename`` parameter to ``POST /_matrix/media/r0/upload`` + (`#364 `_). + + r0.2.0 ======