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

conditionally add vary header to errors

This commit is contained in:
Rob Ede
2022-03-07 16:52:25 +00:00
parent 6fbe2eab94
commit b748e7e3a7
3 changed files with 30 additions and 23 deletions

View File

@ -8,13 +8,9 @@
## 0.6.0 - 2022-02-25
- Update `actix-web` dependency to 4.0.
- Ensure that preflight responses contain a `Vary` header. [#224]
[#224]: https://github.com/actix/actix-extras/pull/224
## 0.6.0-beta.10 - 2022-02-07
- Ensure that preflight responses contain a Vary header. [#224]
- Ensure that preflight responses contain a `Vary` header. [#224]
[#224]: https://github.com/actix/actix-extras/pull/224