From 663fbf2323baebb434b00df2ed8dd3fd4e8b501a Mon Sep 17 00:00:00 2001 From: Richard van der Hoff Date: Thu, 5 May 2016 14:16:35 +0100 Subject: [PATCH] Add link to device-specific push rules branch --- changelogs/client_server.rst | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/changelogs/client_server.rst b/changelogs/client_server.rst index a496a5234..15236943b 100644 --- a/changelogs/client_server.rst +++ b/changelogs/client_server.rst @@ -7,16 +7,19 @@ This release includes the following changes since r0.0.1: - ``POST /rooms/{roomId}/join`` no longer permits use of a room alias instead of a room id. (``POST /join/{roomIdOrAlias}`` continues to allow either.) - - ``POST /account/3pid``: correct the name of the ``three_pid_creds`` parameter - - The "Push Rules" module no longer supports device-specific rules: - ``GET /pushrules`` no longer returns a ``device`` property - ``device/{profile_tag}`` is no longer a valid ``scope`` for push rules - ``profile_tag`` is no longer a valid kind of condition on push rules. + (Device-specific push rules will be reintroduced in the future; in the + meantime, their specification has been moved to a `draft branch`__.) + + __ https://matrix.org/speculator/spec/drafts%2Freinstate_device_push_rules/ + - Changes to the API which will be backwards-compatible for clients: - New endpoints: