Skip to content

Commit 53d565b

Browse files
committed
update changelog
1 parent 93c911a commit 53d565b

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

bindings/matrix-sdk-crypto-js/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,19 @@
11
# v0.1.0-alpha.11
22

3+
## Changes in the Javascript bindings
4+
35
- Simplify the response type of `Sas.confirm()`.
46
- Add `VerificationRequest.registerChangesCallback()`,
57
`Sas.registerChangesCallback()`, and `Qr.registerChangesCallback()`.
68
- Add `VerificationRequest.phase()` and `VerificationRequest.getVerification()`.
79

10+
## Changes in the underlying Rust crate
11+
12+
- Add support for the `hkdf-hmac-sha256.v2` SAS message authentication code.
13+
14+
- Ensure that the correct short authentication strings are used when accepting a
15+
SAS verification with the `Sas::accept()` method.
16+
817
# v0.1.0-alpha.10
918

1019
- Add `masterKey`, `userSigningKey`, `selfSigningKey` to `UserIdentity` and `OwnUserIdentity`

0 commit comments

Comments
 (0)