Skip to content

Commit

Permalink
chore: Add new PR links to MediaRetentionPolicy changelog entries
Browse files Browse the repository at this point in the history
Signed-off-by: Kévin Commaille <[email protected]>
  • Loading branch information
zecakeh committed Feb 2, 2025
1 parent 5aaa6bf commit 7da3aaa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions crates/matrix-sdk-base/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 1 addition & 0 deletions crates/matrix-sdk-sqlite/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 1 addition & 0 deletions crates/matrix-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 7da3aaa

Please sign in to comment.