From 06590338bd9f0169b05160fef94d37e9469e77e0 Mon Sep 17 00:00:00 2001 From: Wyatt Herkamp Date: Tue, 22 Aug 2023 09:18:37 -0400 Subject: [PATCH] Change Log --- actix-web/CHANGES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/actix-web/CHANGES.md b/actix-web/CHANGES.md index 518a02507..8090ff16f 100644 --- a/actix-web/CHANGES.md +++ b/actix-web/CHANGES.md @@ -9,6 +9,7 @@ - Add `web::Payload::to_bytes[_limited]()` helper methods. - Add missing constructors on `HttpResponse` for several status codes. - Add `http::header::ContentLength` typed header. +- Add Implement Default and serde::Deserialize for 'actix_web::Data' ### Changed