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.9.0

This commit is contained in:
Rob Ede
2024-08-10 03:09:09 +01:00
parent 882fb3d25b
commit 9ba326aed0
3 changed files with 5 additions and 3 deletions

View File

@ -2,6 +2,8 @@
## Unreleased
## 3.9.0
### Added
- Implement `FromIterator<(HeaderName, HeaderValue)>` for `HeaderMap`.