chore: Add new PR links to MediaRetentionPolicy changelog entries

Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
This commit is contained in:
Kévin Commaille
2025-02-02 12:28:43 +01:00
parent 5aaa6bf187
commit 7da3aaaa8a
3 changed files with 3 additions and 0 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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