1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-06-11 17:59:35 +00:00

update changes

This commit is contained in:
Nikolay Kim 2019-05-04 08:42:27 -07:00
parent 7ef4f5ac0b
commit 01cfcf3b75

View file

@ -6,6 +6,8 @@
### Changed
* CORS handling without headers #702
* Allow to construct `Data` instances to avoid double `Arc` for `Send + Sync` types.
### Fixed