1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-09-02 21:16:37 +02:00

cors: make middleware generic over body type (#195)

This commit is contained in:
Ali MJ Al-Nasrawy
2021-09-13 13:00:58 +03:00
committed by GitHub
parent e10937103e
commit 50621bae71
2 changed files with 40 additions and 4 deletions

View File

@@ -1,8 +1,11 @@
# Changes
## Unreleased - 2021-xx-xx
* Make `Cors` middleware generic over body type [#195]
* Minimum supported Rust version (MSRV) is now 1.51.
[#195]: https://github.com/actix/actix-extras/pull/195
## 0.6.0-beta.2 - 2021-06-27
* No notable changes.