diff --git a/crates/matrix-sdk-base/CHANGELOG.md b/crates/matrix-sdk-base/CHANGELOG.md index f113e63eb..ba9be4220 100644 --- a/crates/matrix-sdk-base/CHANGELOG.md +++ b/crates/matrix-sdk-base/CHANGELOG.md @@ -22,6 +22,7 @@ All notable changes to this project will be documented in this file. They need to implement the `EventCacheStoreMedia` trait that can be tested with the `event_cache_store_media_integration_tests!` macro. ([#4571](https://github.com/matrix-org/matrix-rust-sdk/pull/4571)) + ([#4603](https://github.com/matrix-org/matrix-rust-sdk/pull/4603)) ### Refactor diff --git a/crates/matrix-sdk-sqlite/CHANGELOG.md b/crates/matrix-sdk-sqlite/CHANGELOG.md index b665ac473..c101e4cfd 100644 --- a/crates/matrix-sdk-sqlite/CHANGELOG.md +++ b/crates/matrix-sdk-sqlite/CHANGELOG.md @@ -12,6 +12,7 @@ All notable changes to this project will be documented in this file. `EventCacheStore` for `MediaRetentionPolicy`. See the changelog of `matrix-sdk-base` for more details. ([#4571](https://github.com/matrix-org/matrix-rust-sdk/pull/4571)) + ([#4603](https://github.com/matrix-org/matrix-rust-sdk/pull/4603)) ## [0.9.0] - 2024-12-18 diff --git a/crates/matrix-sdk/CHANGELOG.md b/crates/matrix-sdk/CHANGELOG.md index 55c64be6f..d73d6d809 100644 --- a/crates/matrix-sdk/CHANGELOG.md +++ b/crates/matrix-sdk/CHANGELOG.md @@ -30,6 +30,7 @@ All notable changes to this project will be documented in this file. `MediaRetentionPolicy` and the new `Media` methods `media_retention_policy()`, `set_media_retention_policy()`, `clean_up_media_cache()`. ([#4571](https://github.com/matrix-org/matrix-rust-sdk/pull/4571)) + ([#4603](https://github.com/matrix-org/matrix-rust-sdk/pull/4603)) ### Refactor