chore: Fix a typo in the changelog

This commit is contained in:
Damir Jelić
2024-12-20 11:46:16 +01:00
parent f4b50db972
commit 667a8e684c

View File

@@ -10,7 +10,7 @@ All notable changes to this project will be documented in this file.
- [**breaking**] Move the optional `RequestConfig` argument of the
`Client::send()` method to the `with_request_config()` builder method. You
should call `Client::send(request).with_request_config(request_config).awat`
should call `Client::send(request).with_request_config(request_config).await`
now instead.
## [0.9.0] - 2024-12-18