docs: update changelog

This commit is contained in:
Rob Ede 2025-05-10 00:37:58 +01:00
parent 77c3115568
commit 43310bff57
No known key found for this signature in database
GPG Key ID: 97C636207D3EF933
2 changed files with 3 additions and 1 deletions

View File

@ -2,6 +2,8 @@
## Unreleased ## Unreleased
- Add `Logger::log_level()` method.
## 4.10.2 ## 4.10.2
- No significant changes since `4.10.1`. - No significant changes since `4.10.1`.

View File

@ -413,7 +413,7 @@ where
let time = *this.time; let time = *this.time;
let format = this.format.take(); let format = this.format.take();
let log_target = this.log_target.clone(); let log_target = this.log_target.clone();
let log_level = this.log_level.clone(); let log_level = *this.log_level;
Poll::Ready(Ok(res.map_body(move |_, body| StreamLog { Poll::Ready(Ok(res.map_body(move |_, body| StreamLog {
body, body,