add changelog entry for TryIntoHeaderValue Uri

This commit is contained in:
Keith Cirkel 2024-08-19 14:07:08 +01:00
parent 3ff861eb29
commit bbb7258e7b
No known key found for this signature in database
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@
## Unreleased
- Minimum supported Rust version (MSRV) is now 1.75.
- Add `TryIntoHeaderValue` for `Uri` type.
- Add `http::header::ContentLocation` typed header.
- Add `http::header::Location` typed header.
- Add `http::header::Referer` typed header.