mirror of https://github.com/fafhrd91/actix-web
update changelog
This commit is contained in:
parent
0e4cc7ca71
commit
bd63a8a1dc
|
@ -3,7 +3,7 @@
|
|||
## Unreleased - 2021-xx-xx
|
||||
### Added
|
||||
* `ClientResponse::timeout` for set the timeout of collecting response body. [#1931]
|
||||
* `ClientBuilder::local_address` for bind to a local ip address for this client.
|
||||
* `ClientBuilder::local_address` for bind to a local ip address for this client. [#2024]
|
||||
|
||||
### Changed
|
||||
* Feature `cookies` is now optional and enabled by default. [#1981]
|
||||
|
@ -16,7 +16,7 @@
|
|||
[#1931]: https://github.com/actix/actix-web/pull/1931
|
||||
[#1981]: https://github.com/actix/actix-web/pull/1981
|
||||
[#2008]: https://github.com/actix/actix-web/pull/2008
|
||||
|
||||
[#2024]: https://github.com/actix/actix-web/pull/2024
|
||||
|
||||
## 3.0.0-beta.2 - 2021-02-10
|
||||
### Added
|
||||
|
|
Loading…
Reference in New Issue