From 01cfcf3b758220f763ab4cbf3a3615ea8543c05f Mon Sep 17 00:00:00 2001 From: Nikolay Kim Date: Sat, 4 May 2019 08:42:27 -0700 Subject: [PATCH] update changes --- CHANGES.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index b2a9e7e48..1d31b3514 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -6,6 +6,8 @@ ### Changed +* CORS handling without headers #702 + * Allow to construct `Data` instances to avoid double `Arc` for `Send + Sync` types. ### Fixed