diff options
author | Brendan Abolivier <babolivier@matrix.org> | 2022-07-19 14:53:12 +0200 |
---|---|---|
committer | Brendan Abolivier <babolivier@matrix.org> | 2022-07-19 14:53:12 +0200 |
commit | 6fccd72f42ac76b185cc20ed258792ff94ee81fb (patch) | |
tree | 1a3db57b438b236b1d4dcfdbf4b49d320d8e748e /CHANGES.md | |
parent | 1.63.0 (diff) | |
download | synapse-6fccd72f42ac76b185cc20ed258792ff94ee81fb.tar.xz |
Improve precision on validation improvements v1.63.0
Diffstat (limited to 'CHANGES.md')
-rw-r--r-- | CHANGES.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES.md b/CHANGES.md index c8da19676c..7eac6131b1 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -15,7 +15,7 @@ Features - Add a rate limit for local users sending invites. ([\#13125](https://github.com/matrix-org/synapse/issues/13125)) - Implement [MSC3827](https://github.com/matrix-org/matrix-spec-proposals/pull/3827): Filtering of `/publicRooms` by room type. ([\#13031](https://github.com/matrix-org/synapse/issues/13031)) -- Improve validation logic in Synapse's REST endpoints. ([\#13148](https://github.com/matrix-org/synapse/issues/13148)) +- Improve validation logic in the account data REST endpoints. ([\#13148](https://github.com/matrix-org/synapse/issues/13148)) Bugfixes |