Updated CHANGES.md files

This commit is contained in:
Dmitry Pypin 2019-09-05 13:28:05 -07:00
parent 9f4606b0e2
commit f47afee5fc
2 changed files with 12 additions and 0 deletions

View File

@ -1,5 +1,11 @@
# 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
### Changed

View File

@ -1,5 +1,11 @@
# Changes
##
### Added
* Add `FrozenClientRequest` to support retries for sending HTTP requests
## [0.2.4] - 2019-08-13
### Changed