summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--changelog.d/9296.bugfix1
-rw-r--r--changelog.d/9297.feature1
-rw-r--r--changelog.d/9300.feature1
-rw-r--r--changelog.d/9301.feature1
-rw-r--r--changelog.d/9307.misc1
-rw-r--r--changelog.d/9310.doc1
6 files changed, 6 insertions, 0 deletions
diff --git a/changelog.d/9296.bugfix b/changelog.d/9296.bugfix
new file mode 100644

index 0000000000..d723f8c5bd --- /dev/null +++ b/changelog.d/9296.bugfix
@@ -0,0 +1 @@ +Fix bug in Synapse 1.27.0rc1 which meant the "session expired" error page during SSO registration was badly formatted. 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/9300.feature b/changelog.d/9300.feature new file mode 100644
index 0000000000..a2d0b27da4 --- /dev/null +++ b/changelog.d/9300.feature
@@ -0,0 +1 @@ +Further improvements to the user experience of registration via single sign-on. diff --git a/changelog.d/9301.feature b/changelog.d/9301.feature new file mode 100644
index 0000000000..a2d0b27da4 --- /dev/null +++ b/changelog.d/9301.feature
@@ -0,0 +1 @@ +Further improvements to the user experience of registration via single sign-on. diff --git a/changelog.d/9307.misc b/changelog.d/9307.misc new file mode 100644
index 0000000000..2f54d1ad07 --- /dev/null +++ b/changelog.d/9307.misc
@@ -0,0 +1 @@ +Improve logging for OIDC login flow. 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.