Skip to content

Commit 1e835b2

Browse files
mgoldenbergpoljar
authored andcommitted
feat(ffi): update changelog
Signed-off-by: Michael Goldenberg <[email protected]>
1 parent 1a12ba3 commit 1e835b2

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

bindings/matrix-sdk-ffi/CHANGELOG.md

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

77
## [Unreleased] - ReleaseDate
88

9+
Breaking changes:
10+
11+
- `UploadParameters` includes a new field, `file_data: Option<Vec<u8>>`, which allows a foreign
12+
language to read file contents natively and then pass those contents to the foreign function
13+
when uploading a file through the `Timeline`.
14+
([#4948](https://github.com/matrix-org/matrix-rust-sdk/pull/4948))
15+
916
Additions:
1017

1118
- Add room topic string to `StateEventContent`

0 commit comments

Comments
 (0)