Update actix-files/CHANGES.md

This commit is contained in:
Rob Ede 2021-01-08 11:11:13 +00:00 committed by GitHub
parent 087b1e1ad5
commit eedd4e49a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -1,8 +1,9 @@
# Changes
## Unreleased - 2021-xx-xx
* Fix If-Modified-Since and If-Unmodified-Since to not compare using sub-second timestamps. [#1887]
* Fix If-Modified-Since and If-Unmodified-Since to not compare using sub-second timestamps.
[#1887]: https://github.com/actix/actix-web/pull/1887
## 0.6.0-beta.1 - 2021-01-07
* `HttpRange::parse` now has its own error type.