add changelog entry

This commit is contained in:
kkocdko 2022-10-09 07:34:57 +08:00 committed by GitHub
parent 85b8b1f0af
commit 986b889384
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -1,8 +1,10 @@
# Changes
## Unreleased - 2022-xx-xx
- Fix xhtml pages' `content-disposition` [#2903].
- Minimum supported Rust version (MSRV) is now 1.59 due to transitive `time` dependency.
[#2903]: https://github.com/actix/actix-web/pull/2903
## 0.6.2 - 2022-07-23
- Allow partial range responses for video content to start streaming sooner. [#2817]