1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-06-10 17:29:36 +00:00

update changelog

This commit is contained in:
Rob Ede 2021-05-09 03:44:14 +01:00
parent f55e8d7a11
commit 4903950b22
No known key found for this signature in database
GPG key ID: 97C636207D3EF933

View file

@ -22,6 +22,7 @@
* Stop re-exporting `http` crate's `HeaderMap` types in addition to ours. [#2171]
* Down-casting for `MessageBody` types. [#2183]
* `error::Result` alias. [#2201]
* Error field from `Response` and `Response::error`. [#2205]
* `impl Future` for `Response`. [#2201]
* `Response::take_body` and old `Response::into_body` method that casted body type. [#2201]
@ -29,6 +30,7 @@
[#2183]: https://github.com/actix/actix-web/pull/2183
[#2196]: https://github.com/actix/actix-web/pull/2196
[#2201]: https://github.com/actix/actix-web/pull/2201
[#2205]: https://github.com/actix/actix-web/pull/2205
## 3.0.0-beta.6 - 2021-04-17