Update CHANGES.md

This commit is contained in:
Rob Ede 2022-09-23 17:43:17 +01:00 committed by GitHub
parent 16a77d22ec
commit ff631828a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -4,6 +4,8 @@
- Minimum supported Rust version (MSRV) is now 1.59 due to transitive `time` dependency.
- `Field::content_type()` now returns `Option<&mime::Mime>` [#2880]
[#2880]: https://github.com/actix/actix-web/pull/2880
## 0.4.0 - 2022-02-25
- No significant changes since `0.4.0-beta.13`.