From 51248dd0c8ccef868c00883bcc4e9f18026ab6a4 Mon Sep 17 00:00:00 2001 From: Erik Johnston Date: Thu, 29 Sep 2016 17:22:43 +0100 Subject: [PATCH] Update changelog --- changelogs/client_server.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/changelogs/client_server.rst b/changelogs/client_server.rst index d7384e31..19c996da 100644 --- a/changelogs/client_server.rst +++ b/changelogs/client_server.rst @@ -35,6 +35,10 @@ - Add top-level ``account_data`` key to the responses to ``GET /sync`` and ``GET /initialSync`` (`#380 `_). + - Add ``contains_url`` to ``RoomEventFilter``. + (`#390 `_). + - Add ``filter`` query param to ``/messages`` + (`#390 `_). r0.2.0 ======