diff options
author | Sean Quah <seanq@element.io> | 2021-10-20 12:00:03 +0100 |
---|---|---|
committer | Sean Quah <seanq@element.io> | 2021-10-20 12:00:03 +0100 |
commit | 522489fbcdfd4f52f1ebbbf5670c474cbf3e29be (patch) | |
tree | 66a165c0c7253bad286b7a40ba5ec922d15d8abe /CHANGES.md | |
parent | Revert change to counting of deactivated users towards the monthly active use... (diff) | |
download | synapse-522489fbcdfd4f52f1ebbbf5670c474cbf3e29be.tar.xz |
1.45.1
Diffstat (limited to 'CHANGES.md')
-rw-r--r-- | CHANGES.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md index 435387d7b0..4b7dd69c96 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,12 @@ +Synapse 1.45.1 (2021-10-20) +=========================== + +Bugfixes +-------- + +- Revert change to counting of deactivated users towards the monthly active users limit, introduced in 1.45.0rc1 ([\#10947](https://github.com/matrix-org/synapse/issues/10947)). ([\#11127](https://github.com/matrix-org/synapse/issues/11127)) + + Synapse 1.45.0 (2021-10-19) =========================== |