From 9c44aa877ca86dff72504cc14e0d34e946dd2a52 Mon Sep 17 00:00:00 2001 From: Benjamin Lee Date: Tue, 25 Jun 2024 23:03:38 -0700 Subject: [PATCH] changelog entry for auth chain room id mismatch logging --- book/changelog.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/book/changelog.md b/book/changelog.md index 88dbd54c..fb88793c 100644 --- a/book/changelog.md +++ b/book/changelog.md @@ -101,7 +101,8 @@ This will be the first release of Grapevine since it was forked from Conduit [!18](https://gitlab.computer.surgery/matrix/grapevine-fork/-/merge_requests/18), [!26](https://gitlab.computer.surgery/matrix/grapevine-fork/-/merge_requests/26), [!50](https://gitlab.computer.surgery/matrix/grapevine-fork/-/merge_requests/50), - [!52](https://gitlab.computer.surgery/matrix/grapevine-fork/-/merge_requests/52)) + [!52](https://gitlab.computer.surgery/matrix/grapevine-fork/-/merge_requests/52), + [!54](https://gitlab.computer.surgery/matrix/grapevine-fork/-/merge_requests/54)) 5. Stop returning unnecessary member counts from `/_matrix/client/{r0,v3}/sync`. ([!12](https://gitlab.computer.surgery/matrix/grapevine-fork/-/merge_requests/12)) 6. **BREAKING:** Allow federation by default.