1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-01-22 14:55:56 +01:00

fix cors changelog

This commit is contained in:
Rob Ede 2022-10-30 16:28:21 +00:00
parent b95ce3a210
commit 1ac325ab79
No known key found for this signature in database
GPG Key ID: 97C636207D3EF933

View File

@ -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]