Skip to content

Commit c233e18

Browse files
authored
Merge pull request #317 from uhoreg/release-v19.0.0
Release v18.1.0
2 parents d2ef9c3 + 00b9b6d commit c233e18

3 files changed

Lines changed: 103 additions & 100 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# UNRELEASED
22

3-
- Add `OlmMachine::push_secret_to_verified_devices` to support
3+
# matrix-sdk-crypto-wasm v18.1.0
4+
5+
- Add `OlmMachine.pushSecretToVerifiedDevices` to support
46
[MSC4385](https://github.com/matrix-org/matrix-spec-proposals/pull/4385)
57
pushing secrets to verified devices.
68
[#295](https://github.com/matrix-org/matrix-sdk-crypto-wasm/pull/295)
@@ -10,10 +12,10 @@
1012
pushed secrets.
1113
[#316](https://github.com/matrix-org/matrix-sdk-crypto-wasm/pull/316)
1214

13-
- **BREAKING** Update matrix-rust-sdk to `676c81c`.
14-
The `BackupDecryptionKey::create_random_key` function now unconditionally
15+
- Update matrix-rust-sdk to `676c81c`.
16+
The `BackupDecryptionKey.createRandomKey` function now unconditionally
1517
returns a `BackupDecryptionKey`, instead of a `Result`.
16-
[314](https://github.com/matrix-org/matrix-sdk-crypto-wasm/pull/314)
18+
[#314](https://github.com/matrix-org/matrix-sdk-crypto-wasm/pull/314)
1719

1820
- Update matrix-rust-sdk to `950fcd2`. Adapts to the changed interface of
1921
EncryptedFile from Ruma, but does not change the interface of this crate.

0 commit comments

Comments
 (0)