mirror of https://github.com/fafhrd91/actix-web
Update CHANGES.md to reflect WebSocket client update.
This commit is contained in:
parent
d3c6757a98
commit
e28f760361
|
@ -1,5 +1,11 @@
|
||||||
# Changes
|
# Changes
|
||||||
|
|
||||||
|
## [0.2.5] - 2019-09-06
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
* Ensure that the `Host` header is set when initiating a WebSocket client connection.
|
||||||
|
|
||||||
## [0.2.4] - 2019-08-13
|
## [0.2.4] - 2019-08-13
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
Loading…
Reference in New Issue