summary refs log tree commit diff
path: root/changelog.d/3626.bugfix
diff options
context:
space:
mode:
authorAmber Brown <hawkowl@atleastfornow.net>2018-07-31 08:58:24 +1000
committerGitHub <noreply@github.com>2018-07-31 08:58:24 +1000
commit52384f2ee5e810a145486e0180febdd7b3d89a7b (patch)
tree5b889ca649db2b36925d178c7f40adc6c34172bf /changelog.d/3626.bugfix
parentmake /context lazyload & filter aware (#3567) (diff)
parentOnly import secrets when available (diff)
downloadsynapse-52384f2ee5e810a145486e0180febdd7b3d89a7b.tar.xz
Merge pull request #3626 from krombel/only_import_secrets_when_available
Only import secrets when available
Diffstat (limited to 'changelog.d/3626.bugfix')
-rw-r--r--changelog.d/3626.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/3626.bugfix b/changelog.d/3626.bugfix
new file mode 100644
index 0000000000..9a4b878986
--- /dev/null
+++ b/changelog.d/3626.bugfix
@@ -0,0 +1 @@
+Only import secrets when available (fix for py < 3.6)