summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorAndrew Morgan <1342360+anoadragon453@users.noreply.github.com>2019-09-27 17:59:18 +0100
committerGitHub <noreply@github.com>2019-09-27 17:59:18 +0100
commitf3451118a6dca1499daadf224c3eab801dad0c0c (patch)
treed5edadde6967d1d23f70112a31d41fc5e99cffc1 /changelog.d
parentMerge pull request #6125 from matrix-org/babolivier/deactivation-invite (diff)
downloadsynapse-f3451118a6dca1499daadf224c3eab801dad0c0c.tar.xz
Edit SimpleHttpClient to reference that header keys can be passed as str or bytes (#6077)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/6077.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/6077.misc b/changelog.d/6077.misc
new file mode 100644
index 0000000000..31ac5b97a4
--- /dev/null
+++ b/changelog.d/6077.misc
@@ -0,0 +1 @@
+Edit header dicts docstrings in SimpleHttpClient to note that `str` or `bytes` can be passed as header keys.