Small fix

This commit is contained in:
Dmitry Pypin 2019-09-05 13:36:13 -07:00
parent c108409c65
commit 9658896957
2 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,7 @@
* Add support for sending HTTP requests with `Rc<RequestHead>` in addition to sending HTTP requests with `RequestHead` * Add support for sending HTTP requests with `Rc<RequestHead>` in addition to sending HTTP requests with `RequestHead`
## [0.2.10] - 2019-09-xx ## [0.2.10] - 2019-09-xx
### Fixed ### Fixed

View File

@ -6,6 +6,7 @@
* Add `FrozenClientRequest` to support retries for sending HTTP requests * Add `FrozenClientRequest` to support retries for sending HTTP requests
## [0.2.4] - 2019-08-13 ## [0.2.4] - 2019-08-13
### Changed ### Changed