1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2025-04-24 10:44:08 +00:00

chore: update CHANGES

This commit is contained in:
Juan Aguilar Santillana 2024-12-02 13:27:10 +01:00
parent 8a3c4f9025
commit 8fb825e3d7
4 changed files with 9 additions and 0 deletions

View file

@ -3,6 +3,8 @@
## Unreleased
- Minimum supported Rust version (MSRV) is now 1.72.
- Update `h2` to `0.4.7`
- Update `http` to `1.1.0`
## 3.2.0

View file

@ -5,6 +5,8 @@
### Added
- Add `header::CLEAR_SITE_DATA` constant.
- Update `h2` to `0.4.7`
- Update `http` to `1.1.0`
### Changed

View file

@ -2,6 +2,9 @@
## Unreleased
- Update `h2` to `0.4.7`
- Update `http` to `1.1.0`
## 0.5.3
- Add `unicode` crate feature (on-by-default) to switch between `regex` and `regex-lite` as a trade-off between full unicode support and binary size.

View file

@ -5,6 +5,8 @@
- Update `brotli` dependency to `7`.
- Prevent panics on connection pool drop when Tokio runtime is shutdown early.
- Minimum supported Rust version (MSRV) is now 1.75.
- Update `h2` to `0.4.7`
- Update `http` to `1.1.0`
## 3.5.1