summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2020-12-22 13:00:14 -0500
committerGitHub <noreply@github.com>2020-12-22 13:00:14 -0500
commita8026064755362fe3e5dc00f537606d340ce242a (patch)
tree6b5d28926d2571069675537a90d6f67c67bf0c06 /changelog.d
parentRefactor the CAS handler in prep for using the abstracted SSO code. (#8958) (diff)
downloadsynapse-a8026064755362fe3e5dc00f537606d340ce242a.tar.xz
Support PyJWT v2.0.0. (#8986)
Tests were broken due to an API changing. The code used in Synapse
proper should be compatible with both versions already.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/8986.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8986.misc b/changelog.d/8986.misc
new file mode 100644
index 0000000000..6aefc78784
--- /dev/null
+++ b/changelog.d/8986.misc
@@ -0,0 +1 @@
+Support using PyJWT v2.0.0 in the test suite.