Skip to content

Commit 0bd1e65

Browse files
committed
update changelogs
1 parent fd3c4f6 commit 0bd1e65

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

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

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
# v0.1.3
22

3-
Fix bug introduced in v0.1.2 which caused an undocumented change to the results of `OlmMachine.receiveSyncChanges`.
3+
## Changes in the Javascript bindings
4+
5+
- Fix bug introduced in v0.1.2 which caused an undocumented change to the results of `OlmMachine.receiveSyncChanges`.
6+
7+
## Changes in the underlying Rust crate
8+
9+
- Fix a bug which could cause generated one-time-keys not to be persisted.
410

511
# v0.1.2
612

crates/matrix-sdk-crypto/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,5 @@
3838
"Airplane", for consistency with the Matrix spec.
3939

4040
- Fix handling of SAS verification start events once we have shown a QR code.
41+
42+
- Fix a bug which could cause generated one-time-keys not to be persisted.

0 commit comments

Comments
 (0)