diff options
author | H. Shay <hillerys@element.io> | 2023-01-31 08:23:07 -0800 |
---|---|---|
committer | H. Shay <hillerys@element.io> | 2023-01-31 08:23:07 -0800 |
commit | 9cb25b20e5403c3d3d03fe5bc028350355a97bd1 (patch) | |
tree | ef083eb668140df9c4fe170c3916258696fb7544 /CHANGES.md | |
parent | Initial batch of notes on faster joins (#14677) (diff) | |
download | synapse-9cb25b20e5403c3d3d03fe5bc028350355a97bd1.tar.xz |
1.76.0
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 10be47158e..e8a248ae39 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,12 @@ +Synapse 1.76.0 (2023-01-31) +=========================== + +Improved Documentation +---------------------- + +- Describe the ideas and the internal machinery behind faster joins. ([\#14677](https://github.com/matrix-org/synapse/issues/14677)) + + Synapse 1.76.0rc2 (2023-01-27) ============================== |