From 590c55b76089792f34b2c024d3e0c23a1991d254 Mon Sep 17 00:00:00 2001 From: Richard van der Hoff Date: Mon, 9 May 2016 11:07:15 +0100 Subject: [PATCH] Next release will be 0.1.0, not 1.0.0 Since synapse is already doing the new behavior on r0 endpoints, and nobody wants to support the old behaviour, we're defining the new behaviour as r0.1. --- changelogs/client_server.rst | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/changelogs/client_server.rst b/changelogs/client_server.rst index 667b9f671..dee91c709 100644 --- a/changelogs/client_server.rst +++ b/changelogs/client_server.rst @@ -1,9 +1,9 @@ -r1.0.0 +r0.1.0 ====== This release includes the following changes since r0.0.1: -- Breaking changes to the API: +- Breaking changes to the API [#]_: - ``POST /rooms/{roomId}/join`` no longer permits use of a room alias instead of a room id. (``POST /join/{roomIdOrAlias}`` continues to allow either.) @@ -56,6 +56,12 @@ This release includes the following changes since r0.0.1: ``PUT /pushers/set``, and note that it is not mandatory. +.. [#] Our `versioning policy <../index.html#specification-versions>`_ would + strictly require that a breaking change be denoted by a new major + specification version. However we are not aware of any clients which + rely on the old behaviour here, nor server implementations which offer + it, so we have chosen to retain the r0 designation on this occasion. + r0.0.1 ======