diff options
author | Richard van der Hoff <richard@matrix.org> | 2021-02-03 20:33:32 +0000 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2021-02-03 20:33:32 +0000 |
commit | 17f2a512f3bfd98eea2a63244dd2f893721d8252 (patch) | |
tree | c0bfad726743cc4e34be489360fd9cae5cba9039 /changelog.d | |
parent | Social login UI polish (#9301) (diff) | |
parent | Clarify documentation about escaping URLs in templates. (#9310) (diff) | |
download | synapse-17f2a512f3bfd98eea2a63244dd2f893721d8252.tar.xz |
Merge remote-tracking branch 'origin/release-v1.27.0' into social_login_hotfixes
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/9297.feature | 1 | ||||
-rw-r--r-- | changelog.d/9302.bugfix | 1 | ||||
-rw-r--r-- | changelog.d/9310.doc | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/changelog.d/9297.feature b/changelog.d/9297.feature new file mode 100644 index 0000000000..a2d0b27da4 --- /dev/null +++ b/changelog.d/9297.feature @@ -0,0 +1 @@ +Further improvements to the user experience of registration via single sign-on. diff --git a/changelog.d/9302.bugfix b/changelog.d/9302.bugfix new file mode 100644 index 0000000000..c1cdea52a3 --- /dev/null +++ b/changelog.d/9302.bugfix @@ -0,0 +1 @@ +Fix new ratelimiting for invites to respect the `ratelimit` flag on application services. Introduced in v1.27.0rc1. diff --git a/changelog.d/9310.doc b/changelog.d/9310.doc new file mode 100644 index 0000000000..f61705b73a --- /dev/null +++ b/changelog.d/9310.doc @@ -0,0 +1 @@ +Clarify the sample configuration for changes made to the template loading code. |