diff options
author | Erik Johnston <erik@matrix.org> | 2024-03-12 15:03:45 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2024-03-12 15:03:45 +0000 |
commit | 9d7880c0c617a1a042f0430de3753af8467e98a5 (patch) | |
tree | 0329b22e1c06edccddd299c759519ab71e7000f3 /changelog.d | |
parent | deactivated flag refactored to filter deactivated users. (#16874) (diff) | |
download | synapse-9d7880c0c617a1a042f0430de3753af8467e98a5.tar.xz |
1.103.0rc1
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/16768.doc | 1 | ||||
-rw-r--r-- | changelog.d/16874.feature | 1 | ||||
-rw-r--r-- | changelog.d/16946.doc | 1 | ||||
-rw-r--r-- | changelog.d/16947.feature | 1 | ||||
-rw-r--r-- | changelog.d/16951.doc | 1 | ||||
-rw-r--r-- | changelog.d/16973.bugfix | 1 |
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. |