You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: crates/matrix-sdk-crypto/CHANGELOG.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,12 @@ All notable changes to this project will be documented in this file.
6
6
7
7
## [Unreleased] - ReleaseDate
8
8
9
+
### Refactor
10
+
11
+
-[**breaking**] Remove `matrix_sdk_crypto::olm::PrivateCrossSigningIdentity::with_account`. Applications should instead use `matrix_sdk_crypto::olm::Account::bootstrap_cross_signing` which has identical behaviour.
12
+
`PrivateCrossSigningIdentity::for_account` is added for test situations where the upload requests are not required.
0 commit comments