diff --git a/reqwest-middleware/CHANGELOG.md b/reqwest-middleware/CHANGELOG.md index cfb2b91..6ffec68 100644 --- a/reqwest-middleware/CHANGELOG.md +++ b/reqwest-middleware/CHANGELOG.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +- Fixed wasm32 by disabling incompatible parts. On that target, `ClientWithMiddleware` is no longer + a Tower service and has no `ClientWithMiddleware::timeout` function. ## [0.4.0] - 2024-11-08