From ab7b7595146354fe23367a3b46317fa7a945e854 Mon Sep 17 00:00:00 2001 From: Logan Devine Date: Mon, 25 May 2026 10:55:43 -0700 Subject: [PATCH] update changelog entry to include the name of the API Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com> --- changelogs/client_server/newsfragments/2367.feature | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/changelogs/client_server/newsfragments/2367.feature b/changelogs/client_server/newsfragments/2367.feature index 7b470b14..c127c545 100644 --- a/changelogs/client_server/newsfragments/2367.feature +++ b/changelogs/client_server/newsfragments/2367.feature @@ -1,2 +1 @@ -Specify the `mutual_rooms` API to get rooms in common with another user, as per -[MSC2666](https://github.com/matrix-org/matrix-spec-proposals/pull/2666). +Add `GET /mutual_rooms` API, as per [MSC2666](https://github.com/matrix-org/matrix-spec-proposals/pull/2666).