1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-12-18 14:16:47 +00:00

changelog

This commit is contained in:
Nikolay Kim 2018-06-05 07:42:52 -07:00
parent afa67b838a
commit 89fc6b6ac9

View file

@ -10,6 +10,8 @@
* `Middleware::response()` is not invoked if error result was returned by another `Middleware::start()` #255
* CORS: Do not validate Origin header on non-OPTION requests #271
## [0.6.10] - 2018-05-24