File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed
Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments