From 1ac325ab79e8287dd8102478c24e949e6dd5eb70 Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Sun, 30 Oct 2022 16:28:21 +0000 Subject: [PATCH] fix cors changelog --- actix-cors/CHANGES.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/actix-cors/CHANGES.md b/actix-cors/CHANGES.md index d9924c295..3e7896505 100644 --- a/actix-cors/CHANGES.md +++ b/actix-cors/CHANGES.md @@ -6,6 +6,8 @@ ## 0.6.4 - 2022-10-28 - Add `Cors::allow_private_network_access()` behind an unstable flag (`draft-private-network-access`). [#297] +[#297]: https://github.com/actix/actix-extras/pull/297 + ## 0.6.3 - 2022-09-21 - Add `Cors::block_on_origin_mismatch()` option for controlling if requests are pre-emptively rejected. [#287]