summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--changelog.d/8973.misc1
-rw-r--r--changelog.d/8975.bugfix1
-rw-r--r--changelog.d/8979.misc1
-rw-r--r--changelog.d/8992.doc1
-rw-r--r--changelog.d/8994.feature1
5 files changed, 5 insertions, 0 deletions
diff --git a/changelog.d/8973.misc b/changelog.d/8973.misc
new file mode 100644

index 0000000000..be744f5dc7 --- /dev/null +++ b/changelog.d/8973.misc
@@ -0,0 +1 @@ +Add type hints to the admin and room list handlers. diff --git a/changelog.d/8975.bugfix b/changelog.d/8975.bugfix new file mode 100644
index 0000000000..75049b8e18 --- /dev/null +++ b/changelog.d/8975.bugfix
@@ -0,0 +1 @@ +Add validation to the `sendToDevice` API to raise a missing parameters error instead of a 500 error. diff --git a/changelog.d/8979.misc b/changelog.d/8979.misc new file mode 100644
index 0000000000..670821cf90 --- /dev/null +++ b/changelog.d/8979.misc
@@ -0,0 +1 @@ +Drop the unused `local_invites` table. diff --git a/changelog.d/8992.doc b/changelog.d/8992.doc new file mode 100644
index 0000000000..6a47bda26b --- /dev/null +++ b/changelog.d/8992.doc
@@ -0,0 +1 @@ +Update the example value of `group_creation_prefix` in the sample configuration. diff --git a/changelog.d/8994.feature b/changelog.d/8994.feature new file mode 100644
index 0000000000..76aeb185cb --- /dev/null +++ b/changelog.d/8994.feature
@@ -0,0 +1 @@ +Allow running the redact endpoint on workers.