update changelog

This commit is contained in:
Rob Ede 2021-12-03 23:17:02 +00:00
parent 0858550882
commit 3cb71bb50c
No known key found for this signature in database
GPG Key ID: 97C636207D3EF933
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@
### Changed ### Changed
* Rename `body::BoxBody::{from_body => new}`. [#2468] * Rename `body::BoxBody::{from_body => new}`. [#2468]
* Body type for `Responses` returned from `Response::{new, ok, etc...}` is now `BoxBody`. [#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 ### Removed
* Remove unnecessary `MessageBody` bound on types passed to `body::AnyBody::new`. [#2468] * Remove unnecessary `MessageBody` bound on types passed to `body::AnyBody::new`. [#2468]