diff options
author | Brendan Abolivier <babolivier@matrix.org> | 2021-10-04 14:57:40 +0100 |
---|---|---|
committer | Brendan Abolivier <babolivier@matrix.org> | 2021-10-04 14:57:40 +0100 |
commit | 2d2c6a41fe69d4dab82a773bbffc52df95b6b542 (patch) | |
tree | 80f604fd09551a96931fcfb65567db4369bd7a11 /CHANGES.md | |
parent | Fix error in `get_user_ip_and_agents` when fetching from the database (#10968) (diff) | |
download | synapse-2d2c6a41fe69d4dab82a773bbffc52df95b6b542.tar.xz |
1.44.0rc3 v1.44.0rc3
Diffstat (limited to 'CHANGES.md')
-rw-r--r-- | CHANGES.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md index 59ff967633..6c2728d407 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,13 @@ +Synapse 1.44.0rc3 (2021-10-04) +============================== + +Bugfixes +-------- + +- Fix a bug introduced in Synapse v1.40.0 where changing a user's display name or avatar in a restricted room would cause an authentication error. ([\#10933](https://github.com/matrix-org/synapse/issues/10933)) +- Fix `/admin/whois/{user_id}` endpoint, which was broken in v1.44.0rc1. ([\#10968](https://github.com/matrix-org/synapse/issues/10968)) + + Synapse 1.44.0rc2 (2021-09-30) ============================== |