1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-06-13 02:39:32 +00:00

Merge branch 'master' into headermap2

This commit is contained in:
SleeplessOne1917 2023-12-26 18:26:47 +00:00 committed by GitHub
commit 200742bb53
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,9 +14,12 @@
## 3.5.0
### Changed
### Added
- Implement `From<HeaderMap>` for `http::HeaderMap`.
### Changed
- Updated `zstd` dependency to `0.13`.
### Fixed