summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorDavid Robertson <davidr@element.io>2022-09-21 22:23:44 +0100
committerGitHub <noreply@github.com>2022-09-21 22:23:44 +0100
commit1a1abdda42551dad3aadc04a169c25f4cc651a2c (patch)
treef01a59877a3227538d71d541233b29a67b93013f /changelog.d
parentAdd version flag for MSC3881 (#13860) (diff)
downloadsynapse-1a1abdda42551dad3aadc04a169c25f4cc651a2c.tar.xz
Last batch of Pydantic for synapse/rest/client/account.py (#13832)
* Validation for `/add_threepid/msisdn/submit_token`

* Don't validate deprecated endpoint

* Changelog
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/13832.feature1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/13832.feature b/changelog.d/13832.feature
new file mode 100644
index 0000000000..1dc1d66efe
--- /dev/null
+++ b/changelog.d/13832.feature
@@ -0,0 +1 @@
+Improve validation for the unspecced, internal-only `_matrix/client/unstable/add_threepid/msisdn/submit_token` endpoint.