From ca9eb70db5c057c2e3340028af53536a5dffe755 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Commaille?= Date: Sun, 12 Jan 2025 20:43:14 +0100 Subject: [PATCH] Add PR link to changelog MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Kévin Commaille --- crates/matrix-sdk/CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/crates/matrix-sdk/CHANGELOG.md b/crates/matrix-sdk/CHANGELOG.md index 8ad98b419..6673f1e2a 100644 --- a/crates/matrix-sdk/CHANGELOG.md +++ b/crates/matrix-sdk/CHANGELOG.md @@ -13,7 +13,8 @@ All notable changes to this project will be documented in this file. - Implement `Default` for `BaseImageInfo`, `BaseVideoInfo`, `BaseAudioInfo` and `BaseFileInfo`. ([#4503](https://github.com/matrix-org/matrix-rust-sdk/pull/4503)) - Expose `Client::server_versions()` publicly to allow users of the library to - get the versions of Matrix supported by the homeserver. + get the versions of Matrix supported by the homeserver. + ([#4519](https://github.com/matrix-org/matrix-rust-sdk/pull/4519)) ### Refactor