From 99d1a89c08cca2c17b3c9a117b4c11b029ca5ac9 Mon Sep 17 00:00:00 2001 From: Philipp Meier Date: Fri, 17 May 2019 15:35:14 +0200 Subject: [PATCH] Update changelog about default for last-modified --- CHANGES.markdown | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGES.markdown b/CHANGES.markdown index 7fc59a9..1ab7827 100644 --- a/CHANGES.markdown +++ b/CHANGES.markdown @@ -4,6 +4,11 @@ ## Changes +* Return 304 not modified if request contains a if-modified-since + header and the resource does not specify modification date. This + is a better default for clients that do no handle resources without + a modification date well. + ## Bugs fixes # New in 0.15.3