diff options
author | Brendan Abolivier <babolivier@matrix.org> | 2022-07-19 14:43:28 +0200 |
---|---|---|
committer | Brendan Abolivier <babolivier@matrix.org> | 2022-07-19 14:43:28 +0200 |
commit | 097afd0e0b49099cae2f5c03abc15f3a66894405 (patch) | |
tree | 15c9572d4f8e3ca04566ae50aab8bcf273c0189e /CHANGES.md | |
parent | Remove 'anonymised' from the phone home stats documentation (#13321) (diff) | |
download | synapse-097afd0e0b49099cae2f5c03abc15f3a66894405.tar.xz |
1.63.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 a1f918986f..c8da19676c 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,12 @@ +Synapse 1.63.0 (2022-07-19) +=========================== + +Improved Documentation +---------------------- + +- Clarify that homeserver server names are included in the reported data when the `report_stats` config option is enabled. ([\#13321](https://github.com/matrix-org/synapse/issues/13321)) + + Synapse 1.63.0rc1 (2022-07-12) ============================== |