summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2021-01-18 11:12:20 -0500
committerGitHub <noreply@github.com>2021-01-18 11:12:20 -0500
commitde45bf5b5b72ea4cc6d16f2c41d7f2a6e1c350bf (patch)
tree794ef3b27de6f9ce576f077aaa2d77af4b1ecbe9 /changelog.d
parentAllow moving account data and receipts streams off master (#9104) (diff)
downloadsynapse-de45bf5b5b72ea4cc6d16f2c41d7f2a6e1c350bf.tar.xz
Quote pip install with brackets to avoid shell interpretation. (#9151)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/9151.doc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/9151.doc b/changelog.d/9151.doc
new file mode 100644
index 0000000000..7535748060
--- /dev/null
+++ b/changelog.d/9151.doc
@@ -0,0 +1 @@
+Quote `pip install` packages when extras are used to avoid shells interpreting bracket characters.