update CHANGELOG.md

This commit is contained in:
Mohamed Daahir 2025-01-02 13:32:41 +02:00
parent 0d7d652ca8
commit 04fea201d7

View File

@ -1,3 +1,13 @@
## Unreleased
### Security fixes
- Upgrade to ruzstd v0.7.3 to fix RUSTSEC-2024-0400, see #396 (@zuisong)
### Bug fixes
- Warn on combination of `--continue` and `Range` header, #394 (@blyxxyz)
# Other
- Enable logging in `rustls` and `tracing`-using dependencies, see #390 (@blyxxyz)
## [0.23.0] - 2024-10-12 ## [0.23.0] - 2024-10-12
### Features ### Features
- Handle responses compressed in zstd format, see #364 (@zuisong) - Handle responses compressed in zstd format, see #364 (@zuisong)