1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-26 15:07:42 +02:00

prepare awc release

This commit is contained in:
Nikolay Kim
2019-09-11 20:13:28 +06:00
parent 043f763c51
commit 71f8577713
2 changed files with 4 additions and 7 deletions

View File

@ -1,14 +1,11 @@
# Changes
##
## [0.2.5] - 2019-09-11
### Added
* Add `FrozenClientRequest` to support retries for sending HTTP requests
## [0.2.5] - 2019-09-06
### Changed
* Ensure that the `Host` header is set when initiating a WebSocket client connection.