diff options
author | Erik Johnston <erik@matrix.org> | 2021-07-23 09:07:42 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2021-07-23 09:07:42 +0100 |
commit | 6e2275649c29b21ecb2e7c93e163036a0b1f14eb (patch) | |
tree | 3344ceff78ad22e069f4adbcdcdaa657d1487dfd /CHANGES.md | |
parent | Fix an error in the docker workflow (#10461) (diff) | |
parent | 1.38.1 (diff) | |
download | synapse-6e2275649c29b21ecb2e7c93e163036a0b1f14eb.tar.xz |
Merge tag 'v1.38.1' into release-v1.39
Synapse 1.38.1 (2021-07-22) =========================== Bugfixes -------- - Always include `device_one_time_keys_count` key in `/sync` response to work around a bug in Element Android that broke encryption for new devices. ([\#10457](https://github.com/matrix-org/synapse/issues/10457))
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 a1dcbf6f58..13d3654095 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -13,6 +13,15 @@ Internal Changes - Move docker image build to Github Actions. ([\#10416](https://github.com/matrix-org/synapse/issues/10416)) +Synapse 1.38.1 (2021-07-22) +=========================== + +Bugfixes +-------- + +- Always include `device_one_time_keys_count` key in `/sync` response to work around a bug in Element Android that broke encryption for new devices. ([\#10457](https://github.com/matrix-org/synapse/issues/10457)) + + Synapse 1.39.0rc1 (2021-07-20) ============================== |