From a6c206118de0db6471e586beeaa5eca3449eacd4 Mon Sep 17 00:00:00 2001 From: Richard van der Hoff Date: Fri, 1 Dec 2023 12:50:43 +0000 Subject: [PATCH] changelog --- crates/matrix-sdk-crypto/CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/crates/matrix-sdk-crypto/CHANGELOG.md b/crates/matrix-sdk-crypto/CHANGELOG.md index 0cceda25e..9e12341d5 100644 --- a/crates/matrix-sdk-crypto/CHANGELOG.md +++ b/crates/matrix-sdk-crypto/CHANGELOG.md @@ -1,5 +1,13 @@ # unreleased +- Add new method `OlmMachine::toggle_room_key_requests` to disable outgoing + room key requests, without affecting key forwarding. + + `OlmMachine::toggle_room_key_forwarding` now only controls automatic + key forwarding, without affecting whether outgoing requests are sent. + + ([#2902](https://github.com/matrix-org/matrix-rust-sdk/pull/2902)) + - Improve performance of `share_room_key`. ([#2862](https://github.com/matrix-org/matrix-rust-sdk/pull/2862))