diff options
author | Patrick Cloke <patrickc@matrix.org> | 2020-05-18 10:58:51 -0400 |
---|---|---|
committer | Patrick Cloke <patrickc@matrix.org> | 2020-05-18 10:58:51 -0400 |
commit | 3c8a57f080a66a3d4d146adf7020c18b397bcf6c (patch) | |
tree | 95bf0177c304a39ccfb7b2e9f29efb9c8a774d75 /CHANGES.md | |
parent | Hash passwords earlier in the registration process (#7523) (diff) | |
download | synapse-3c8a57f080a66a3d4d146adf7020c18b397bcf6c.tar.xz |
1.13.0rc3 v1.13.0rc3
Diffstat (limited to 'CHANGES.md')
-rw-r--r-- | CHANGES.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md index 7dbe072fed..45008995e5 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,12 @@ +Synapse 1.13.0rc3 (2020-05-18) +============================== + +Bugfixes +-------- + +- Hash passwords as early as possible during registration. ([\#7523](https://github.com/matrix-org/synapse/issues/7523)) + + Synapse 1.13.0rc2 (2020-05-14) ============================== |