From c3848ca016f61e5bde25ba803e3c8a1bf25a035d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damir=20Jeli=C4=87?= Date: Fri, 2 Aug 2024 17:27:35 +0200 Subject: [PATCH] crypto: Update the changelog --- crates/matrix-sdk-crypto/CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/crates/matrix-sdk-crypto/CHANGELOG.md b/crates/matrix-sdk-crypto/CHANGELOG.md index 8df9bdba7..393d1c09d 100644 --- a/crates/matrix-sdk-crypto/CHANGELOG.md +++ b/crates/matrix-sdk-crypto/CHANGELOG.md @@ -32,6 +32,9 @@ Changes: Breaking changes: +- Remove the method `OlmMachine::clear_crypto_cache()`, crypto stores are not + supposed to have any caches anymore. + - Add a `custom_account` argument to the `OlmMachine::with_store()` method, this allows users to learn their identity keys before they get access to the user and device ID.