diff --git a/actix-cors/CHANGES.md b/actix-cors/CHANGES.md index 1035a44d6..8ad8ae4f1 100644 --- a/actix-cors/CHANGES.md +++ b/actix-cors/CHANGES.md @@ -4,10 +4,10 @@ ## 0.6.3 - 2022-09-21 -- Add `Cors::block_on_origin_mismatch()` option for controlling if requests are pre-emptively rejected. [#286] +- Add `Cors::block_on_origin_mismatch()` option for controlling if requests are pre-emptively rejected. [#287] - Minimum supported Rust version (MSRV) is now 1.59 due to transitive `time` dependency. -[#286]: https://github.com/actix/actix-extras/pull/286 +[#287]: https://github.com/actix/actix-extras/pull/287 ## 0.6.2 - 2022-08-07