diff options
author | Erik Johnston <erik@matrix.org> | 2020-10-26 15:23:13 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2020-10-26 15:23:13 +0000 |
commit | cf9a17a2b372d332ede3feddddda0847a347756e (patch) | |
tree | bdba7899144f07e2af7d8453fe284cfbcd3605fc /CHANGES.md | |
parent | Merge branch 'release-v1.22.0' into develop (diff) | |
parent | Fixup changelog (diff) | |
download | synapse-cf9a17a2b372d332ede3feddddda0847a347756e.tar.xz |
Merge tag 'v1.22.0rc2' into develop
Synapse 1.22.0rc2 (2020-10-26) ============================== Bugfixes -------- - Fix bugs where ephemeral events were not sent to appservices. Broke in v1.22.0rc1. ([\#8648](https://github.com/matrix-org/synapse/issues/8648), [\#8656](https://github.com/matrix-org/synapse/issues/8656)) - Fix `user_daily_visits` table to not have duplicate rows per user/device due to multiple user agents. Broke in v1.22.0rc1. ([\#8654](https://github.com/matrix-org/synapse/issues/8654))
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 6066a38c5a..54a642e11a 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,12 @@ +Synapse 1.22.0rc2 (2020-10-26) +============================== + +Bugfixes +-------- + +- Fix bugs where ephemeral events were not sent to appservices. Broke in v1.22.0rc1. ([\#8648](https://github.com/matrix-org/synapse/issues/8648), [\#8656](https://github.com/matrix-org/synapse/issues/8656)) +- Fix `user_daily_visits` table to not have duplicate rows per user/device due to multiple user agents. Broke in v1.22.0rc1. ([\#8654](https://github.com/matrix-org/synapse/issues/8654)) + Synapse 1.22.0rc1 (2020-10-22) ============================== |