summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2024-03-12 15:03:45 +0000
committerErik Johnston <erik@matrix.org>2024-03-12 15:03:45 +0000
commit9d7880c0c617a1a042f0430de3753af8467e98a5 (patch)
tree0329b22e1c06edccddd299c759519ab71e7000f3 /changelog.d
parentdeactivated flag refactored to filter deactivated users. (#16874) (diff)
downloadsynapse-9d7880c0c617a1a042f0430de3753af8467e98a5.tar.xz
1.103.0rc1
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/16768.doc1
-rw-r--r--changelog.d/16874.feature1
-rw-r--r--changelog.d/16946.doc1
-rw-r--r--changelog.d/16947.feature1
-rw-r--r--changelog.d/16951.doc1
-rw-r--r--changelog.d/16973.bugfix1
6 files changed, 0 insertions, 6 deletions
diff --git a/changelog.d/16768.doc b/changelog.d/16768.doc
deleted file mode 100644
index 4f574c2ac6..0000000000
--- a/changelog.d/16768.doc
+++ /dev/null
@@ -1 +0,0 @@
-Add HAProxy example for single port operation to reverse proxy documentation. Contributed by Georg Pfuetzenreuter (@tacerus).
diff --git a/changelog.d/16874.feature b/changelog.d/16874.feature
deleted file mode 100644
index 6e5afdde3b..0000000000
--- a/changelog.d/16874.feature
+++ /dev/null
@@ -1 +0,0 @@
-Add a new [List Accounts v3](https://element-hq.github.io/synapse/v1.103/admin_api/user_admin_api.html#list-accounts-v3) Admin API with improved deactivated user filtering capabilities.
\ No newline at end of file
diff --git a/changelog.d/16946.doc b/changelog.d/16946.doc
deleted file mode 100644
index 8037a65450..0000000000
--- a/changelog.d/16946.doc
+++ /dev/null
@@ -1 +0,0 @@
-Improve the documentation around running Complement tests with new configuration parameters.
\ No newline at end of file
diff --git a/changelog.d/16947.feature b/changelog.d/16947.feature
deleted file mode 100644
index efd0dbddb2..0000000000
--- a/changelog.d/16947.feature
+++ /dev/null
@@ -1 +0,0 @@
-Include `Retry-After` header by default per [MSC4041](https://github.com/matrix-org/matrix-spec-proposals/pull/4041). Contributed by @clokep.
diff --git a/changelog.d/16951.doc b/changelog.d/16951.doc
deleted file mode 100644
index a7fb33979d..0000000000
--- a/changelog.d/16951.doc
+++ /dev/null
@@ -1 +0,0 @@
-Add docs on upgrading from a very old version.
\ No newline at end of file
diff --git a/changelog.d/16973.bugfix b/changelog.d/16973.bugfix
deleted file mode 100644
index a0e3a12304..0000000000
--- a/changelog.d/16973.bugfix
+++ /dev/null
@@ -1 +0,0 @@
-Fix joining remote rooms when a module uses the `on_new_event` callback. This callback may now pass partial state events instead of the full state for remote rooms.