From eedd4e49a7cb29d21a1b74be67e492f665f99f9a Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Fri, 8 Jan 2021 11:11:13 +0000 Subject: [PATCH] Update actix-files/CHANGES.md --- actix-files/CHANGES.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/actix-files/CHANGES.md b/actix-files/CHANGES.md index a7b269814..9f606dfcd 100644 --- a/actix-files/CHANGES.md +++ b/actix-files/CHANGES.md @@ -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.