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:
parent
8a3c4f9025
commit
8fb825e3d7
4 changed files with 9 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -5,6 +5,8 @@
|
|||
### Added
|
||||
|
||||
- Add `header::CLEAR_SITE_DATA` constant.
|
||||
- Update `h2` to `0.4.7`
|
||||
- Update `http` to `1.1.0`
|
||||
|
||||
### Changed
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue