From e6af0441e1c6e318af59be436b5c3adf7da80933 Mon Sep 17 00:00:00 2001 From: Richard van der Hoff Date: Mon, 11 Jan 2016 15:29:35 +0000 Subject: [PATCH] Final r0.0.1 changelog entries --- changelogs/client_server.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/changelogs/client_server.rst b/changelogs/client_server.rst index 51832dc8..18082751 100644 --- a/changelogs/client_server.rst +++ b/changelogs/client_server.rst @@ -14,6 +14,7 @@ This release includes the following changes since r0.0.0: - ``/rooms/:roomId/initialSync`` - Spec clarifications - Document inter-version compatibility + - Document the parameters to the ``/user/:userId/filter`` API - Document the ``next_batch`` parameter on ``/search`` - Document the membership states on ``m.room.member`` events - Minor clarifications/corrections to: @@ -21,6 +22,7 @@ This release includes the following changes since r0.0.0: - Search module - ``/login`` API - ``/rooms/:roomId/send/:eventType/:txnId`` API + - ``/rooms/:roomId/context/:eventId`` API r0.0.0 ======