From 4754ac2cbfa7fa31014721cfeb97b09d2956454b Mon Sep 17 00:00:00 2001 From: multi prise Date: Thu, 31 Jul 2025 19:21:50 +0200 Subject: [PATCH] Updated changelog --- crates/matrix-sdk-sqlite/CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/crates/matrix-sdk-sqlite/CHANGELOG.md b/crates/matrix-sdk-sqlite/CHANGELOG.md index 85e608f40..7331ab3c5 100644 --- a/crates/matrix-sdk-sqlite/CHANGELOG.md +++ b/crates/matrix-sdk-sqlite/CHANGELOG.md @@ -12,6 +12,9 @@ No notable changes in this release. ## [0.13.0] - 2025-07-10 +### Refactor +- Change the logic for opening a store so as to use a `key` instead of a `passphrase` + ### Security Fixes - Fix SQL injection vulnerability in `find_event_relations()`.