1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-26 06:57:43 +02:00

feat: add CLEAR_SITE_DATA header

This commit is contained in:
Rob Ede
2024-10-15 07:00:04 +01:00
parent 4c05c87b11
commit ec05381f6f
3 changed files with 17 additions and 3 deletions

View File

@ -2,6 +2,12 @@
## Unreleased
### Added
- Add `header::CLEAR_SITE_DATA` constant.
### Changed
- Update `brotli` dependency to `7`.
- Minimum supported Rust version (MSRV) is now 1.75.