mirror of https://github.com/fafhrd91/actix-web
Updated CHANGES.md files
This commit is contained in:
parent
9f4606b0e2
commit
f47afee5fc
|
@ -1,5 +1,11 @@
|
||||||
# Changes
|
# Changes
|
||||||
|
|
||||||
|
##
|
||||||
|
|
||||||
|
### Added
|
||||||
|
|
||||||
|
* Add support for sending HTTP requests with `Rc<RequestHead>` in addition to sending HTTP requests with `RequestHead`
|
||||||
|
|
||||||
## [0.2.9] - 2019-08-13
|
## [0.2.9] - 2019-08-13
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
|
@ -1,5 +1,11 @@
|
||||||
# Changes
|
# Changes
|
||||||
|
|
||||||
|
##
|
||||||
|
|
||||||
|
### Added
|
||||||
|
|
||||||
|
* Add `FrozenClientRequest` to support retries for sending HTTP requests
|
||||||
|
|
||||||
## [0.2.4] - 2019-08-13
|
## [0.2.4] - 2019-08-13
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
Loading…
Reference in New Issue