summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorRichard van der Hoff <1389908+richvdh@users.noreply.github.com>2019-05-21 15:58:01 +0100
committerGitHub <noreply@github.com>2019-05-21 15:58:01 +0100
commitbab3eddac46a0d7bdfccfc980eececbf8f60f721 (patch)
treec0e41056239a3ce5185cab479f6c80dd990df2b4 /changelog.d
parentMerge pull request #5204 from matrix-org/babolivier/account_validity_expirati... (diff)
downloadsynapse-bab3eddac46a0d7bdfccfc980eececbf8f60f721.tar.xz
Pin eliot to <1.8 on python 3.5.2 (#5218)
* Pin eliot to <1.8 on python 3.5.2

Fixes https://github.com/matrix-org/synapse/issues/5199

* Add support for 'markers' to python_dependencies

* tell xargs not to strip quotes
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/5218.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/5218.bugfix b/changelog.d/5218.bugfix
new file mode 100644
index 0000000000..cd624ecfd0
--- /dev/null
+++ b/changelog.d/5218.bugfix
@@ -0,0 +1 @@
+Fix incompatibility between ACME support and Python 3.5.2.