summary refs log tree commit diff
path: root/changelog.d/4298.feature
diff options
context:
space:
mode:
authorRichard van der Hoff <richard@matrix.org>2019-01-09 15:00:46 +0000
committerRichard van der Hoff <richard@matrix.org>2019-01-09 15:00:46 +0000
commitd566e6b17ab1a1bcd390188368d111fb4899b918 (patch)
tree7088a92417b10e3288c4d3b8359141cd39bf0924 /changelog.d/4298.feature
parentMerge pull request #4368 from matrix-org/erikj/better_errors (diff)
parent0.34.1 (diff)
downloadsynapse-d566e6b17ab1a1bcd390188368d111fb4899b918.tar.xz
Merge branch 'master' into develop
Diffstat (limited to 'changelog.d/4298.feature')
-rw-r--r--changelog.d/4298.feature1
1 files changed, 0 insertions, 1 deletions
diff --git a/changelog.d/4298.feature b/changelog.d/4298.feature
deleted file mode 100644
index 05ad70fe72..0000000000
--- a/changelog.d/4298.feature
+++ /dev/null
@@ -1 +0,0 @@
-Synapse can now have its conditional/extra dependencies installed by pip. This functionality can be used by using `pip install matrix-synapse[feature]`, where feature is a comma separated list with the possible values "email.enable_notifs", "ldap3", "postgres", "saml2", "url_preview", and "test". If you want to install all optional dependencies, you can use "all" instead.