Update changelog

This commit is contained in:
multi prise
2025-08-21 10:33:08 +02:00
committed by Damir Jelić
parent c51536a054
commit 32255cd178

View File

@@ -6,15 +6,20 @@ All notable changes to this project will be documented in this file.
## [Unreleased] - ReleaseDate
### Features
- Implement a new constructrot that allow to open SqliteCryptoStore with a Key
([#5472](https://github.com/matrix-org/matrix-rust-sdk/pull/5472))
### Refactor
- [breaking] Change the logic for opening a store so as to use a `Secret` enum in the function `open_with_pool` instead of a `passphrase`
([#5472](https://github.com/matrix-org/matrix-rust-sdk/pull/5472))
## [0.14.0] - 2025-09-04
No notable changes in this release.
## [0.13.0] - 2025-07-10
### Refactor
- [breaking] Change the logic for opening a store so as to use a `Secret` enum in the function `open_with_pool` instead of a `passphrase` (https://github.com/matrix-org/matrix-rust-sdk/pull/5472)
### Security Fixes
- Fix SQL injection vulnerability in `find_event_relations()`.