From b21ccfc9e31f177a6a69e102fac5341376a2b137 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Commaille?= Date: Tue, 16 Dec 2025 12:52:54 +0100 Subject: [PATCH] Add changelog MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Kévin Commaille --- changelogs/application_service/newsfragments/2267.feature | 1 + changelogs/client_server/newsfragments/2267.feature | 1 + 2 files changed, 2 insertions(+) create mode 100644 changelogs/application_service/newsfragments/2267.feature create mode 100644 changelogs/client_server/newsfragments/2267.feature diff --git a/changelogs/application_service/newsfragments/2267.feature b/changelogs/application_service/newsfragments/2267.feature new file mode 100644 index 00000000..92a03203 --- /dev/null +++ b/changelogs/application_service/newsfragments/2267.feature @@ -0,0 +1 @@ +Allow application services to manage devices and register users without the legacy authentication API, as per [MSC4190](https://github.com/matrix-org/matrix-spec-proposals/pull/4190). diff --git a/changelogs/client_server/newsfragments/2267.feature b/changelogs/client_server/newsfragments/2267.feature new file mode 100644 index 00000000..92a03203 --- /dev/null +++ b/changelogs/client_server/newsfragments/2267.feature @@ -0,0 +1 @@ +Allow application services to manage devices and register users without the legacy authentication API, as per [MSC4190](https://github.com/matrix-org/matrix-spec-proposals/pull/4190).