Skip to content

Commit 4d3db3e

Browse files
committed
doc(indexeddb): update changelog
Signed-off-by: Michael Goldenberg <[email protected]>
1 parent 2c29beb commit 4d3db3e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

crates/matrix-sdk-indexeddb/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ All notable changes to this project will be documented in this file.
66

77
## [Unreleased] - ReleaseDate
88

9+
### Features
10+
11+
- Expose implementations of `EventCacheStore` and `MediaStore` and add a
12+
composite type for initializing all stores with a single function - i.e.,
13+
`IndexeddbStores::open`. Additionally, allow feature flags for each of the
14+
stores to be used independent of and in combination with the others.
15+
([#5946](https://github.com/matrix-org/matrix-rust-sdk/pull/5946))
16+
917
### Bug Fixes
1018

1119
- Ensure that encrypted tests are run with a `StoreCipher`. This happened to reveal tests which fail in an

0 commit comments

Comments
 (0)