diff options
author | Erik Johnston <erik@matrix.org> | 2021-07-22 15:43:26 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2021-07-22 15:43:26 +0100 |
commit | f76f8c15679dbd70aeffa13bb4f2da7db2e59a6c (patch) | |
tree | eca39618657100f52ef157eed7fe4c2229af7c06 /CHANGES.md | |
parent | Merge commit '7da24b975dfb10c277cf963dfddb88f55b1ca598' into release-v1.39 (diff) | |
download | synapse-f76f8c15679dbd70aeffa13bb4f2da7db2e59a6c.tar.xz |
1.39.0rc2 v1.39.0rc2
Diffstat (limited to 'CHANGES.md')
-rw-r--r-- | CHANGES.md | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md index 066f798a95..a1dcbf6f58 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,18 @@ +Synapse 1.39.0rc2 (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)) + + +Internal Changes +---------------- + +- Move docker image build to Github Actions. ([\#10416](https://github.com/matrix-org/synapse/issues/10416)) + + Synapse 1.39.0rc1 (2021-07-20) ============================== |