Skip to content

Commit

Permalink
doc(sdk): Update the CHANGELOG.md.
Browse files Browse the repository at this point in the history
  • Loading branch information
Hywan committed Mar 14, 2024
1 parent 97ccf5c commit 9596e74
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions crates/matrix-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,9 @@ Additions:
- Add the `ClientBuilder::add_root_certificates()` method which re-exposes the
`reqwest::ClientBuilder::add_root_certificate()` functionality.
- 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.

Additions:

- Add new method `discard_room_key` on `Room` that allows to discard the current
outbound session for that room. Can be used by clients as a dev tool like the `/discardsession` command.
- Add a new `LinkedChunk` data structure to represents all events per room ([#3166](https://github.com/matrix-org/matrix-rust-sdk/pull/3166)).

# 0.7.0

Expand Down

0 comments on commit 9596e74

Please sign in to comment.