changes fix

This commit is contained in:
Brock Elmore 2021-11-05 09:51:59 -04:00
parent c747719948
commit 6ede7a2a16
3 changed files with 5 additions and 3 deletions

View File

@ -3,7 +3,7 @@
## Unreleased - 2021-xx-xx
### Changed
* `ContentType::html` now returns `Content-Type: text/html; charset=utf-8` instead of `Content-Type: text/html`.
* Updated `actix-codec` to v0.4.1 [#2436]
## 4.0.0-beta.10 - 2021-10-20
### Added

View File

@ -1,7 +1,8 @@
# Changes
## Unreleased - 2021-xx-xx
* Updated `actix-codec` to v0.4.1
[#2436]: https://github.com/actix/actix-web/pull/2436
## 0.1.0-beta.5 - 2021-10-20
* Updated rustls to v0.20. [#2414]

View File

@ -2,7 +2,8 @@
## Unreleased - 2021-xx-xx
* Minimum supported Rust version (MSRV) is now 1.52.
* Updated `actix-codec` to v0.4.1
[#2436]: https://github.com/actix/actix-web/pull/2436
## 4.0.0-beta.7 - 2021-09-09
* Minimum supported Rust version (MSRV) is now 1.51.