File tree 2 files changed +11
-0
lines changed
matrix-sdk-store-encryption
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.
17
17
` shared_history ` field that defaults to ` false. `
18
18
([ #4700 ] ( https://github.com/matrix-org/matrix-rust-sdk/pull/4700 ) )
19
19
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
+
20
26
## [ 0.10.0] - 2025-02-04
21
27
22
28
### 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.
6
6
7
7
## [ Unreleased] - ReleaseDate
8
8
9
+ ## Refactor
10
+
11
+ - [ ** breaking** ] ` Error::Random ` has been removed
12
+ ([ #4885 ] ( https://github.com/matrix-org/matrix-rust-sdk/pull/4885 ) )
13
+
9
14
## [ 0.10.0] - 2025-02-04
10
15
11
16
### Bug Fixes
You can’t perform that action at this time.
0 commit comments