Skip to content

Commit e8cf6dc

Browse files
committed
doc(sdk): Update the CHANGELOG.md.
1 parent 505fb68 commit e8cf6dc

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

crates/matrix-sdk/CHANGELOG.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,9 @@ Additions:
1616
- Add the `ClientBuilder::add_root_certificates()` method which re-exposes the
1717
`reqwest::ClientBuilder::add_root_certificate()` functionality.
1818
- Add `Room::get_user_power_level(user_id)` and `Room::get_suggested_user_role(user_id)` to be able to fetch power level info about an user without loading the room member list.
19-
20-
Additions:
21-
2219
- Add new method `discard_room_key` on `Room` that allows to discard the current
2320
outbound session for that room. Can be used by clients as a dev tool like the `/discardsession` command.
21+
- Add a new `LinkedChunk` data structure to represents all events per room ([#3166](https://github.com/matrix-org/matrix-rust-sdk/pull/3166)).
2422

2523
# 0.7.0
2624

0 commit comments

Comments
 (0)