diff options
author | Andrew Morgan <andrewm@element.io> | 2022-07-04 16:16:47 +0100 |
---|---|---|
committer | Andrew Morgan <andrewm@element.io> | 2022-07-04 16:16:47 +0100 |
commit | 046d87756bc157af83e4f75b514490464a89d3d0 (patch) | |
tree | 679bb47dbba3dd3c673b0c85361223b94a1a00c0 /CHANGES.md | |
parent | Fix stuck notification counts on small servers (#13168) (diff) | |
download | synapse-046d87756bc157af83e4f75b514490464a89d3d0.tar.xz |
1.62.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 50b4da5f61..1fb1ff9abc 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,13 @@ +Synapse 1.62.0rc3 (2022-07-04) +============================== + +Bugfixes +-------- + +- Update the version of the [ldap3 plugin](https://github.com/matrix-org/matrix-synapse-ldap3/) includled in matrix.org docker images and debian packages to 0.2.1. This fixes [problems involving usernames that have uppercase characters](https://github.com/matrix-org/matrix-synapse-ldap3/pull/163). ([\#13156](https://github.com/matrix-org/synapse/issues/13156)) +- Fix unread counts for users on small servers. Introduced in v1.62.0rc1. ([\#13168](https://github.com/matrix-org/synapse/issues/13168)) + + Synapse 1.62.0rc2 (2022-07-01) ============================== |