diff options
author | Patrick Cloke <patrickc@matrix.org> | 2020-10-15 10:28:53 -0400 |
---|---|---|
committer | Patrick Cloke <patrickc@matrix.org> | 2020-10-15 10:28:53 -0400 |
commit | a7d4985a6b0a3c9e22c4f376a62e3d8664e779b8 (patch) | |
tree | 9c8ed8f1e190c85e65b4e1e9a91259d4911e213f | |
parent | Fix typo. (diff) | |
download | synapse-a7d4985a6b0a3c9e22c4f376a62e3d8664e779b8.tar.xz |
Clarify authlib changes.
-rw-r--r-- | CHANGES.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/CHANGES.md b/CHANGES.md index 696f6bc6cc..e9ff374e4d 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,8 @@ Synapse 1.21.2 (2020-10-15) =========================== +Debian packages and Docker images are rebuilt using the latest versions of dependency libraries, including authlib 0.15.1. Please see bugfixes below. + Security advisory ----------------- @@ -17,7 +19,7 @@ Bugfixes -------- - Fix rare bug where sending an event would fail due to a racey assertion. ([\#8530](https://github.com/matrix-org/synapse/issues/8530)) -- Fix issues introduced in the packaging of v1.21.1 when using OpenID Connect with the Docker or Debian packages by including an updated version of the authlib dependency. +- An updated version of the authlib dependency is included in the Docker and Debian release to fix an issue using OpenID Connect. Synapse 1.21.1 (2020-10-13) |