Skip to content

Commit b94cdfc

Browse files
committed
Add changelog for caption change
Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
1 parent 6caf20d commit b94cdfc

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

crates/matrix-sdk/CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ All notable changes to this project will be documented in this file.
99
### Features
1010

1111
### Refactor
12+
13+
- [**breaking**] The `caption` and `formatted_caption` fields and methods of `AttachmentConfig`,
14+
`GalleryConfig` and `GalleryItemInfo` have been merged into a single field that uses
15+
`TextMessageEventContent`.
16+
([#5733](https://github.com/matrix-org/matrix-rust-sdk/pull/5733))
1217
- The Matrix SDK crate now uses the 2024 edition of Rust.
1318
([#5677](https://github.com/matrix-org/matrix-rust-sdk/pull/5677))
1419

@@ -60,9 +65,9 @@ All notable changes to this project will be documented in this file.
6065

6166
- [**breaking**] `OAuth::login` now allows requesting additional scopes for the authorization code grant.
6267
([#5395](https://github.com/matrix-org/matrix-rust-sdk/pull/5395))
63-
- [**breaking**] `ThreadedEventsLoader::new` now takes optional `tokens` parameter to customise where the pagination
68+
- [**breaking**] `ThreadedEventsLoader::new` now takes optional `tokens` parameter to customise where the pagination
6469
begins ([#5678](https://github.com/matrix-org/matrix-rust-sdk/pull/5678).
65-
- Make `PaginationTokens` `pub`, as well as its `previous` and `next` tokens so they can be assigned from other files
70+
- Make `PaginationTokens` `pub`, as well as its `previous` and `next` tokens so they can be assigned from other files
6671
([#5678](https://github.com/matrix-org/matrix-rust-sdk/pull/5678).
6772

6873
### Refactor

0 commit comments

Comments
 (0)