summary refs log tree commit diff
diff options
context:
space:
mode:
authorDavid Baker <dbkr@matrix.org>2014-09-17 17:50:48 +0100
committerDavid Baker <dbkr@matrix.org>2014-09-17 17:51:22 +0100
commit575852e6b57e5f1975144023042f5f03dd44e714 (patch)
tree21485c7250efe8dfc961f378220b6bd1950a1523
parentBump versions (diff)
downloadsynapse-575852e6b57e5f1975144023042f5f03dd44e714.tar.xz
add note to upgrade.rst about web client spec breaking change.
-rw-r--r--UPGRADE.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/UPGRADE.rst b/UPGRADE.rst
index 44c0af7282..d3de460259 100644
--- a/UPGRADE.rst
+++ b/UPGRADE.rst
@@ -20,6 +20,14 @@ to the next stage. There is a new login type: ``m.login.email.identity`` which
 contains the ``threepidCreds`` key which were previously sent in the original
 register request. For more information on this, see the specification.
 
+Web Client
+----------
+
+The VoIP specification has changed between v0.2.0 and v0.3.0. Users should
+refresh any browser tabs to get the latest web client code. Users on
+v0.2.0 of the web client will not be able to call those on v0.3.0 and
+vice versa.
+
 
 Upgrading to v0.2.0
 ===================