diff --git a/crates/matrix-sdk/CHANGELOG.md b/crates/matrix-sdk/CHANGELOG.md index 6454a206811..f2bb58ac0e5 100644 --- a/crates/matrix-sdk/CHANGELOG.md +++ b/crates/matrix-sdk/CHANGELOG.md @@ -20,6 +20,7 @@ Breaking changes: Additions: +- new `RequestConfig.max_concurrent_requests` which allows to limit the maximum number of concurrent requests the internal HTTP client issues (all others have to wait until the number drops below that threshold again) - Expose new method `Client::Oidc::login_with_qr_code()`. ([#3466](https://github.com/matrix-org/matrix-rust-sdk/pull/3466)) - Add the `ClientBuilder::add_root_certificates()` method which re-exposes the