1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-06-26 10:27:42 +02:00

prepare actix-cors release 0.6.3

This commit is contained in:
Rob Ede
2022-09-22 00:24:38 +01:00
parent 3b5682c860
commit e6ef190510
3 changed files with 7 additions and 4 deletions

View File

@ -1,8 +1,11 @@
# Changes
## Unreleased - 2022-xx-xx
- Minimum supported Rust version (MSRV) is now 1.59 due to transitive `time` dependency.
## 0.6.3 - 2022-09-21
- Add `Cors::block_on_origin_mismatch()` option for controlling if requests are pre-emptively rejected. [#286]
- Minimum supported Rust version (MSRV) is now 1.59 due to transitive `time` dependency.
[#286]: https://github.com/actix/actix-extras/pull/286