From 3cb71bb50c9b6f75722930c66be1c62f991fc29e Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Fri, 3 Dec 2021 23:17:02 +0000 Subject: [PATCH] update changelog --- actix-http/CHANGES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/actix-http/CHANGES.md b/actix-http/CHANGES.md index 5be622951..493ed08e3 100644 --- a/actix-http/CHANGES.md +++ b/actix-http/CHANGES.md @@ -12,6 +12,7 @@ ### Changed * Rename `body::BoxBody::{from_body => new}`. [#2468] * Body type for `Responses` returned from `Response::{new, ok, etc...}` is now `BoxBody`. [#2468] +* The `Error` associated type on `MessageBody` type now requires `impl Error` (or similar). [#2468] ### Removed * Remove unnecessary `MessageBody` bound on types passed to `body::AnyBody::new`. [#2468]