From cfbee938b0285c68395c2d475ddc9a2831303372 Mon Sep 17 00:00:00 2001 From: Richard van der Hoff Date: Thu, 13 Oct 2016 18:06:43 +0100 Subject: [PATCH] changelog: Fix a couple of punctuations --- changelogs/client_server.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/changelogs/client_server.rst b/changelogs/client_server.rst index fc539dc0b..a22f3b7fe 100644 --- a/changelogs/client_server.rst +++ b/changelogs/client_server.rst @@ -7,11 +7,11 @@ `underride` to `override`. This works with all known clients which support push rules, but any other clients implementing the push rules API should be aware of this change. This - makes it simple to mute rooms correctly in the API. + makes it simple to mute rooms correctly in the API (`#373 `_). - - Remove ``/tokenrefresh`` from the API. + - Remove ``/tokenrefresh`` from the API (`#395 `_). - - Remove requirement that tokens used in token-based login be macaroons. + - Remove requirement that tokens used in token-based login be macaroons (`#395 `_). - Changes to the API which will be backwards-compatible for clients: @@ -25,10 +25,10 @@ - Add top-level ``account_data`` key to the responses to ``GET /sync`` and ``GET /initialSync`` (`#380 `_). - - Add ``is_direct`` flag to |/createRoom|_ and invite member event. - Add 'Direct Messaging' module. + - Add ``is_direct`` flag to ``POST /createRoom`` and invite member event. + Add 'Direct Messaging' module (`#389 `_). - - Add ``contains_url`` option to ``RoomEventFilter``. + - Add ``contains_url`` option to ``RoomEventFilter`` (`#390 `_). - Add ``filter`` optional query param to ``/messages`` (`#390 `_).