mirror of https://github.com/fafhrd91/actix-web
Update actix-files/CHANGES.md
This commit is contained in:
parent
087b1e1ad5
commit
eedd4e49a7
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue