From 0f82056ca2a46bd35483ee83c18c75035d85056f Mon Sep 17 00:00:00 2001 From: Andrew Morgan Date: Mon, 10 Jun 2019 08:43:34 +0100 Subject: [PATCH] Highlight breaking change --- changelogs/client_server/newsfragments/2101.breaking | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelogs/client_server/newsfragments/2101.breaking b/changelogs/client_server/newsfragments/2101.breaking index 84c645ab6..bcbdcd553 100644 --- a/changelogs/client_server/newsfragments/2101.breaking +++ b/changelogs/client_server/newsfragments/2101.breaking @@ -1 +1 @@ -Add a new ``submit_url`` field to the response of various `.../requestToken` endpoints. +Breaking change: Add a new ``submit_url`` field to the response of various `.../requestToken` endpoints. Clients should request a token from the user to submit 3PID validation when they received this field. Older clients will not know about this field and thus may display a deceptive message thinking that validation will be handled out of bounds.