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]