mirror of
https://github.com/fafhrd91/actix-web
synced 2025-03-15 20:53:06 +01:00
Update CHANGELOG
This commit is contained in:
parent
cd2f082e77
commit
b227167d49
@ -2,6 +2,8 @@
|
|||||||
|
|
||||||
## Unreleased
|
## Unreleased
|
||||||
|
|
||||||
|
- Do not set content-encoding to identity for range requests
|
||||||
|
|
||||||
## 0.6.6
|
## 0.6.6
|
||||||
|
|
||||||
- Update `tokio-uring` dependency to `0.4`.
|
- Update `tokio-uring` dependency to `0.4`.
|
||||||
|
@ -6,6 +6,10 @@
|
|||||||
|
|
||||||
- Implement `FromIterator<(HeaderName, HeaderValue)>` for `HeaderMap`.
|
- Implement `FromIterator<(HeaderName, HeaderValue)>` for `HeaderMap`.
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
- Prevent compression of Partial Content.
|
||||||
|
|
||||||
## 3.8.0
|
## 3.8.0
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
Loading…
x
Reference in New Issue
Block a user