diff options
author | Erik Johnston <erik@matrix.org> | 2021-07-09 10:59:28 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2021-07-09 10:59:28 +0100 |
commit | 717a07b73fec1a63a716c3ad33f3dbd2de05b06d (patch) | |
tree | 94ed23c4d826092e7d3f74e13e8fcd6faa41fa3d /CHANGES.md | |
parent | Ensure we always drop the federation inbound lock (#10336) (diff) | |
download | synapse-717a07b73fec1a63a716c3ad33f3dbd2de05b06d.tar.xz |
1.38.0rc2
Diffstat (limited to 'CHANGES.md')
-rw-r--r-- | CHANGES.md | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md index c930b48b25..cd26ca3c4c 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,19 @@ +Synapse 1.38.0rc2 (2021-07-09) +============================== + +Bugfixes +-------- + +- Fix bug where inbound federation in a room could be delayed due to not correctly dropping a lock. Introduced in v1.37.1. ([\#10336](https://github.com/matrix-org/synapse/issues/10336)) + + +Improved Documentation +---------------------- + +- Update links to documentation in sample config. Contributed by @dklimpel. ([\#10287](https://github.com/matrix-org/synapse/issues/10287)) +- Fix broken links in INSTALL.md. Contributed by @dklimpel. ([\#10331](https://github.com/matrix-org/synapse/issues/10331)) + + Synapse 1.38.0rc1 (2021-07-06) ============================== |