summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/8858.bugfix1
-rw-r--r--changelog.d/8864.misc1
2 files changed, 2 insertions, 0 deletions
diff --git a/changelog.d/8858.bugfix b/changelog.d/8858.bugfix
new file mode 100644

index 0000000000..0d58cb9abc --- /dev/null +++ b/changelog.d/8858.bugfix
@@ -0,0 +1 @@ +Fix a long-standing bug on Synapse instances supporting Single-Sign-On, where users would be prompted to enter their password to confirm certain actions, even though they have not set a password. diff --git a/changelog.d/8864.misc b/changelog.d/8864.misc new file mode 100644
index 0000000000..a780883495 --- /dev/null +++ b/changelog.d/8864.misc
@@ -0,0 +1 @@ +Remove unused `FakeResponse` class from unit tests.