From a2c5cbd6374b322e6e6c8440029432df81f8f664 Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Thu, 22 Sep 2022 00:25:48 +0100 Subject: [PATCH] fix cors changelog --- actix-cors/CHANGES.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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