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

Update changelog

This commit is contained in:
SleeplessOne1917 2023-12-15 20:46:10 -05:00
parent 68d89a7d84
commit e7db6eec28

View file

@ -5,6 +5,7 @@
### Changed
- Updated `zstd` dependency to `0.13`.
- Implemented `From<HeaderMap>` for `http::HeaderMap`.
### Fixed