diff options
author | Brendan Abolivier <babolivier@matrix.org> | 2020-02-18 16:11:31 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-18 16:11:31 +0000 |
commit | d484126bf76eb7a8ab2dd01fafac70187ed44968 (patch) | |
tree | 8895631e57889131cf54e61f35a3916ddee5954b /changelog.d | |
parent | Increase perf of `get_auth_chain_ids` used in state res v2. (#6937) (diff) | |
parent | Make the log more noticeable (diff) | |
download | synapse-d484126bf76eb7a8ab2dd01fafac70187ed44968.tar.xz |
Merge pull request #6907 from matrix-org/babolivier/acme-config
Add mention and warning about ACME v1 deprecation to the TLS config
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/6907.doc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/6907.doc b/changelog.d/6907.doc new file mode 100644 index 0000000000..be0e698af8 --- /dev/null +++ b/changelog.d/6907.doc @@ -0,0 +1 @@ +Update Synapse's documentation to warn about the deprecation of ACME v1. |