update changes

This commit is contained in:
Nikolay Kim 2019-05-04 08:42:27 -07:00
parent 7ef4f5ac0b
commit 01cfcf3b75
1 changed files with 2 additions and 0 deletions

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