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