From 22c99f30f3fee6c0c32ad2eb4baa45e56f87a9bc Mon Sep 17 00:00:00 2001 From: Benjamin Bouvier Date: Tue, 24 Jun 2025 14:40:04 +0200 Subject: [PATCH] chore(sdk): fill in the pull request numbers in changelogs Signed-off-by: Benjamin Bouvier --- bindings/matrix-sdk-ffi/CHANGELOG.md | 2 +- crates/matrix-sdk-base/CHANGELOG.md | 2 +- crates/matrix-sdk-ui/CHANGELOG.md | 2 +- crates/matrix-sdk/CHANGELOG.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bindings/matrix-sdk-ffi/CHANGELOG.md b/bindings/matrix-sdk-ffi/CHANGELOG.md index 374327e08..f4042041d 100644 --- a/bindings/matrix-sdk-ffi/CHANGELOG.md +++ b/bindings/matrix-sdk-ffi/CHANGELOG.md @@ -32,7 +32,7 @@ Breaking changes: state event is missing for a given room. `NotificationRoomInfo::is_public` has been removed; callers can inspect the value of `NotificationItem::join_rule` to determine if the room is public (i.e. if the join rule is `Public`). - ([#XXXX](https://github.com/matrix-org/matrix-rust-sdk/pull/XXXX)) + ([#5278](https://github.com/matrix-org/matrix-rust-sdk/pull/5278)) ## [0.12.0] - 2025-06-10 diff --git a/crates/matrix-sdk-base/CHANGELOG.md b/crates/matrix-sdk-base/CHANGELOG.md index 41d5971c2..16108fadc 100644 --- a/crates/matrix-sdk-base/CHANGELOG.md +++ b/crates/matrix-sdk-base/CHANGELOG.md @@ -14,7 +14,7 @@ All notable changes to this project will be documented in this file. ([#5167](https://github.com/matrix-org/matrix-rust-sdk/pull/5167)) - `Room::join_rule` and `Room::is_public` now return an `Option` to reflect that the join rule state event might be missing, in which case they will return `None`. - ([#XXXX](https://github.com/matrix-org/matrix-rust-sdk/pull/XXXX)) + ([#5278](https://github.com/matrix-org/matrix-rust-sdk/pull/5278)) ## [0.12.0] - 2025-06-10 diff --git a/crates/matrix-sdk-ui/CHANGELOG.md b/crates/matrix-sdk-ui/CHANGELOG.md index f81d75f76..0e9fcaee8 100644 --- a/crates/matrix-sdk-ui/CHANGELOG.md +++ b/crates/matrix-sdk-ui/CHANGELOG.md @@ -16,7 +16,7 @@ All notable changes to this project will be documented in this file. - `NotificationItem::room_join_rule` is now optional to reflect that the join rule state event might be missing, in which case it will be set to `None`. The `NotificationItem::is_public` field has been replaced with a method that returns an `Option`, based on the same logic. - ([#XXXX](https://github.com/matrix-org/matrix-rust-sdk/pull/XXXX)) + ([#5278](https://github.com/matrix-org/matrix-rust-sdk/pull/5278)) ### Bug Fixes diff --git a/crates/matrix-sdk/CHANGELOG.md b/crates/matrix-sdk/CHANGELOG.md index c784f3951..aa02bcb46 100644 --- a/crates/matrix-sdk/CHANGELOG.md +++ b/crates/matrix-sdk/CHANGELOG.md @@ -27,7 +27,7 @@ All notable changes to this project will be documented in this file. ([#5269](https://github.com/matrix-org/matrix-rust-sdk/pull/5269)) - `RoomPreview::join_rule` is now optional, and will be set to `None` if the join rule state event is missing for a given room. - ([#XXXX](https://github.com/matrix-org/matrix-rust-sdk/pull/XXXX)) + ([#5278](https://github.com/matrix-org/matrix-rust-sdk/pull/5278)) ## [0.12.0] - 2025-06-10