From 827f670c54eb116885fd54014f57ab08c3fd2128 Mon Sep 17 00:00:00 2001 From: Benjamin Lee Date: Tue, 25 Jun 2024 19:40:53 -0700 Subject: [PATCH] add changelog entries for the account data validation fixes --- book/changelog.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/book/changelog.md b/book/changelog.md index 5362ed90..2d04d10d 100644 --- a/book/changelog.md +++ b/book/changelog.md @@ -148,6 +148,13 @@ This will be the first release of Grapevine since it was forked from Conduit ([!35 (3551a6e)](https://gitlab.computer.surgery/matrix/grapevine-fork/-/merge_requests/35/diffs?commit_id=3551a6ef7a29219b9b30f50a7e8c92b92debcdcf)) 10. Only process admin commands if the admin bot is in the admin room. ([!43](https://gitlab.computer.surgery/matrix/grapevine-fork/-/merge_requests/43)) +11. Fix bug where invalid account data from a client could prevent a user from + joining any upgraded rooms and brick rooms that affected users attempted to + upgrade. + ([!53](https://gitlab.computer.surgery/matrix/grapevine-fork/-/merge_requests/53)) +12. Fix bug where unexpected keys were deleted from `m.direct` account data + events when joining an upgraded room. + ([!53](https://gitlab.computer.surgery/matrix/grapevine-fork/-/merge_requests/53)) ### Added