summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorErik Johnston <erikj@jki.re>2019-01-30 13:11:05 +0000
committerGitHub <noreply@github.com>2019-01-30 13:11:05 +0000
commit43c6fca960fc462a9f1d499cf173795e2c835efb (patch)
treeac005d47e9a690694c54cc9fbed0ba5f7cea5131 /changelog.d
parentMerge pull request #4521 from matrix-org/rav/fed_routing/cleanups (diff)
parentRaise ConfigError instead (diff)
downloadsynapse-43c6fca960fc462a9f1d499cf173795e2c835efb.tar.xz
Merge pull request #4524 from matrix-org/erikj/fix_no_tls
Fix bug where synapse fails to start if no_tls set
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/4524.feature1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/4524.feature b/changelog.d/4524.feature
new file mode 100644
index 0000000000..fc2b5daf63
--- /dev/null
+++ b/changelog.d/4524.feature
@@ -0,0 +1 @@
+Synapse will now reload TLS certificates from disk upon SIGHUP.