1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-26 06:57:43 +02:00

chore(actix-http): prepare release 3.5.0

This commit is contained in:
Rob Ede
2023-12-23 19:17:56 +00:00
parent ff2904ee78
commit 0d9ca4d939
6 changed files with 12 additions and 9 deletions

View File

@ -2,14 +2,16 @@
## Unreleased
## 3.5.0
### Changed
- Implement `From<HeaderMap>` for `http::HeaderMap`.
- Updated `zstd` dependency to `0.13`.
- Implemented `From<HeaderMap>` for `http::HeaderMap`.
### Fixed
- Do not encode zero-sized response bodies
- Prevent compression of zero-sized response bodies.
## 3.4.0