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/10919.doc1
-rw-r--r--changelog.d/10933.bugfix1
-rw-r--r--changelog.d/10938.bugfix1
-rw-r--r--changelog.d/10944.bugfix1
-rw-r--r--changelog.d/10968.bugfix1
5 files changed, 2 insertions, 3 deletions
diff --git a/changelog.d/10919.doc b/changelog.d/10919.doc
deleted file mode 100644

index d0bddc3f1b..0000000000 --- a/changelog.d/10919.doc +++ /dev/null
@@ -1 +0,0 @@ -Minor updates to the installation instructions. diff --git a/changelog.d/10933.bugfix b/changelog.d/10933.bugfix new file mode 100644
index 0000000000..e0694fea22 --- /dev/null +++ b/changelog.d/10933.bugfix
@@ -0,0 +1 @@ +Fix a bug introduced in Synapse v1.40.0 where changing a user's display name or avatar in a restricted room would cause an authentication error. diff --git a/changelog.d/10938.bugfix b/changelog.d/10938.bugfix deleted file mode 100644
index 9cf0ea8788..0000000000 --- a/changelog.d/10938.bugfix +++ /dev/null
@@ -1 +0,0 @@ -Fix bug introduced in Synapse 1.44 which caused the experimental [MSC2716](https://github.com/matrix-org/matrix-doc/pull/2716) `/batch_send` endpoint to return a 500 error. diff --git a/changelog.d/10944.bugfix b/changelog.d/10944.bugfix deleted file mode 100644
index 49baff7df1..0000000000 --- a/changelog.d/10944.bugfix +++ /dev/null
@@ -1 +0,0 @@ -Fix a bug introduced in v1.44.0rc1 which prevented sending presence events to application services. diff --git a/changelog.d/10968.bugfix b/changelog.d/10968.bugfix new file mode 100644
index 0000000000..76624ed73c --- /dev/null +++ b/changelog.d/10968.bugfix
@@ -0,0 +1 @@ +Fix `/admin/whois/{user_id}` endpoint, which was broken in v1.44.0rc1.