mirror of https://github.com/fafhrd91/actix-web
Added CHANGES.md entry for #436
This commit is contained in:
parent
68a3654d81
commit
cb7c6cf16a
|
@ -15,7 +15,6 @@
|
||||||
|
|
||||||
* Allow TestServer to open a websocket on any URL (TestServer::ws_at()) #433
|
* Allow TestServer to open a websocket on any URL (TestServer::ws_at()) #433
|
||||||
|
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
* Fixed failure 0.1.2 compatibility
|
* Fixed failure 0.1.2 compatibility
|
||||||
|
@ -26,6 +25,8 @@
|
||||||
|
|
||||||
* HttpRequest::url_for is not working with scopes #429
|
* HttpRequest::url_for is not working with scopes #429
|
||||||
|
|
||||||
|
* Fixed headers' formating for CORS Middleware `Access-Control-Expose-Headers` header value to HTTP/1.1 & HTTP/2 spec-compliant format #436
|
||||||
|
|
||||||
|
|
||||||
## [0.7.2] - 2018-07-26
|
## [0.7.2] - 2018-07-26
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue