From bbb7258e7b229eb36df72fc4ac5420e2207ed702 Mon Sep 17 00:00:00 2001 From: Keith Cirkel Date: Mon, 19 Aug 2024 14:07:08 +0100 Subject: [PATCH] add changelog entry for TryIntoHeaderValue Uri --- actix-web/CHANGES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/actix-web/CHANGES.md b/actix-web/CHANGES.md index b1f1d7ab..3751d11d 100644 --- a/actix-web/CHANGES.md +++ b/actix-web/CHANGES.md @@ -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.