update changelog

This commit is contained in:
Rob Ede 2021-04-13 12:19:47 +01:00
parent d9add2bb50
commit d3861f6c4c
No known key found for this signature in database
GPG Key ID: 97C636207D3EF933
1 changed files with 4 additions and 4 deletions

View File

@ -3,7 +3,7 @@
## Unreleased - 2021-xx-xx
### Added
* `impl<T: MessageBody> MessageBody for Pin<Box<T>>`. [#2152]
* `Response::{ok, bad_request, not_found, internal_server_error}`. [#????]
* `Response::{ok, bad_request, not_found, internal_server_error}`. [#2159]
### Changes
* The type parameter of `Response` no longer has a default. [#2152]
@ -19,13 +19,13 @@
* `ResponseBuilder::json`. [#2148]
* `ResponseBuilder::{set_header, header}`. [#2148]
* `impl From<serde_json::Value> for Body`. [#2148]
* `Response::build_from`. [#????]
* Most of the status code builders on `Response`. [#????]
* `Response::build_from`. [#2159]
* Most of the status code builders on `Response`. [#2159]
[#2065]: https://github.com/actix/actix-web/pull/2065
[#2148]: https://github.com/actix/actix-web/pull/2148
[#2152]: https://github.com/actix/actix-web/pull/2152
[#????]: https://github.com/actix/actix-web/pull/????
[#2159]: https://github.com/actix/actix-web/pull/2159
## 3.0.0-beta.5 - 2021-04-02