diff options
author | Richard van der Hoff <richard@matrix.org> | 2019-01-30 16:31:07 +0000 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2019-01-30 16:31:07 +0000 |
commit | b8b898666e61a0151eb3c22653f5c5b3e2f47328 (patch) | |
tree | 1bcf24dc643066b2b9299d574525bad972f4432f /CHANGES.md | |
parent | Merge remote-tracking branch 'origin/develop' into release-v0.99.0 (diff) | |
download | synapse-b8b898666e61a0151eb3c22653f5c5b3e2f47328.tar.xz |
v0.99.0rc2 v0.99.0rc2
Diffstat (limited to 'CHANGES.md')
-rw-r--r-- | CHANGES.md | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md index 1b51cbf530..e08b8771b8 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,23 @@ +Synapse 0.99.0rc2 (2019-01-30) +============================== + +Bugfixes +-------- + +- Fix bug when rejecting remote invites. ([\#4527](https://github.com/matrix-org/synapse/issues/4527)) +- Fix incorrect rendering of server capabilities. ([81b7e7eed](https://github.com/matrix-org/synapse/commit/81b7e7eed323f55d6550e7a270a9dc2c4c7b0fe0)) + +Improved Documentation +---------------------- + +- Add documentation on enabling ACME support when upgrading to v0.99. ([\#4528](https://github.com/matrix-org/synapse/issues/4528)) + + Synapse 0.99.0rc1 (2019-01-30) ============================== +Synapse v0.99.x is a precursor to the upcoming Synapse v1.0 release. It contains foundational changes to room architecture and the federation security model necessary to support the upcoming r0 release of the Server to Server API. + Features -------- |