Skip to content

Commit 0334ff3

Browse files
committed
chore(sdk): Add changelog entry for MediaRetentionPolicy
Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
1 parent 8262726 commit 0334ff3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

crates/matrix-sdk/CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@ All notable changes to this project will be documented in this file.
2626
- Enable HTTP/2 support in the HTTP client.
2727
([#4566](https://github.com/matrix-org/matrix-rust-sdk/pull/4566))
2828

29+
- The media contents stored in the media cache can now be controlled with a
30+
`MediaRetentionPolicy` and the new `Media` methods `media_retention_policy()`,
31+
`set_media_retention_policy()`, `clean_up_media_cache()`.
32+
([#4571](https://github.com/matrix-org/matrix-rust-sdk/pull/4571))
33+
2934
### Refactor
3035

3136
- [**breaking**] Move the optional `RequestConfig` argument of the

0 commit comments

Comments
 (0)