Skip to content

Commit b7d0428

Browse files
committed
Add links to PR in changelogs
Signed-off-by: Kévin Commaille <[email protected]>
1 parent 98a831a commit b7d0428

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

bindings/matrix-sdk-ffi/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ All notable changes to this project will be documented in this file.
1010

1111
- `Client::reset_server_info()` has been split into `reset_supported_versions()`
1212
and `reset_well_known()`.
13+
([#5910](https://github.com/matrix-org/matrix-rust-sdk/pull/5910))
1314

1415
## [0.15.0] - 2025-11-27
1516

crates/matrix-sdk-base/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ All notable changes to this project will be documented in this file.
1313
`TtlStoreValue` that handles the expiration of the data, rather than calling
1414
`maybe_decode()`. Its constructor has been removed since all its fields are
1515
now public.
16+
([#5910](https://github.com/matrix-org/matrix-rust-sdk/pull/5910))
1617
- `StateStoreData(Key/Value)::ServerInfo` has been split into the
1718
`SupportedVersions` and `WellKnown` variants.
18-
([#5882](https://github.com/matrix-org/matrix-rust-sdk/pull/5882))
1919

2020
## [0.15.0] - 2025-11-27
2121

crates/matrix-sdk/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ All notable changes to this project will be documented in this file.
1010

1111
- [**breaking**]: `Client::reset_server_info()` has been split into
1212
`reset_supported_versions()` and `reset_well_known()`.
13+
([#5910](https://github.com/matrix-org/matrix-rust-sdk/pull/5910))
1314

1415
## [0.15.0] - 2025-11-27
1516

0 commit comments

Comments
 (0)