From 5e99f4753d6021a30748b3c83d55c190acb0fd8f Mon Sep 17 00:00:00 2001 From: Erik Johnston Date: Fri, 30 Sep 2016 14:20:35 +0100 Subject: [PATCH] Update changelog --- changelogs/client_server.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/changelogs/client_server.rst b/changelogs/client_server.rst index 111c2f6b2..33cc8c734 100644 --- a/changelogs/client_server.rst +++ b/changelogs/client_server.rst @@ -35,7 +35,9 @@ - Add top-level ``account_data`` key to the responses to ``GET /sync`` and ``GET /initialSync`` (`#380 `_). - - Add pagination and filter support to ``/publicRooms`` + - Add pagination and filter support to ``/publicRooms``. Change response to + omit fields rather than return ``null``. Add estimate of total number of + rooms in list. (`#388 `_). r0.2.0