1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-03-15 20:53:06 +01:00

Update CHANGELOG

This commit is contained in:
valaphee 2024-07-13 17:11:05 +02:00
parent cd2f082e77
commit b227167d49
No known key found for this signature in database
GPG Key ID: 0F2ECD7ABFC35745
2 changed files with 6 additions and 0 deletions

View File

@ -2,6 +2,8 @@
## Unreleased
- Do not set content-encoding to identity for range requests
## 0.6.6
- Update `tokio-uring` dependency to `0.4`.

View File

@ -6,6 +6,10 @@
- Implement `FromIterator<(HeaderName, HeaderValue)>` for `HeaderMap`.
### Changed
- Prevent compression of Partial Content.
## 3.8.0
### Added