We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2abf91 commit 914f274Copy full SHA for 914f274
crates/matrix-sdk/CHANGELOG.md
@@ -31,6 +31,7 @@ All notable changes to this project will be documented in this file.
31
- [**breaking**]: The reexported types `SyncTimelineEvent` and `TimelineEvent` have been fused into a single type
32
`TimelineEvent`, and its field `push_actions` has been made `Option`al (it is set to `None` when
33
we couldn't compute the push actions, because we lacked some information).
34
+ ([#4568](https://github.com/matrix-org/matrix-rust-sdk/pull/4568))
35
36
- [**breaking**] Move the optional `RequestConfig` argument of the
37
`Client::send()` method to the `with_request_config()` builder method. You
0 commit comments