File tree Expand file tree Collapse file tree 2 files changed +11
-0
lines changed
matrix-sdk-store-encryption Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,12 @@ All notable changes to this project will be documented in this file.
1717 ` shared_history ` field that defaults to ` false. `
1818 ([ #4700 ] ( https://github.com/matrix-org/matrix-rust-sdk/pull/4700 ) )
1919
20+ ## Refactor
21+
22+ - [ ** breaking** ] ` BackupDecryptionKey ` and ` DehydratedDeviceKey ` no longer return
23+ a ` Result `
24+ ([ #4885 ] ( https://github.com/matrix-org/matrix-rust-sdk/pull/4885 ) )
25+
2026## [ 0.10.0] - 2025-02-04
2127
2228### Features
Original file line number Diff line number Diff line change @@ -6,6 +6,11 @@ All notable changes to this project will be documented in this file.
66
77## [ Unreleased] - ReleaseDate
88
9+ ## Refactor
10+
11+ - [ ** breaking** ] ` Error::Random ` has been removed
12+ ([ #4885 ] ( https://github.com/matrix-org/matrix-rust-sdk/pull/4885 ) )
13+
914## [ 0.10.0] - 2025-02-04
1015
1116### Bug Fixes
You can’t perform that action at this time.
0 commit comments