From 22e303887b7f807b39239880e33b9018566e0137 Mon Sep 17 00:00:00 2001 From: Kevin Christopher Henry Date: Mon, 12 Sep 2016 23:26:24 -0400 Subject: Refs #27083 -- Updated conditional header comparison to match RFC 7232. --- docs/releases/1.11.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/releases/1.11.txt b/docs/releases/1.11.txt index af3c5159db..307ed9ab52 100644 --- a/docs/releases/1.11.txt +++ b/docs/releases/1.11.txt @@ -513,8 +513,9 @@ Miscellaneous * The admin's widget for ``IntegerField`` uses ``type="number"`` rather than ``type="text"``. -* ETags are now parsed according to the :rfc:`7232` Conditional Requests - specification rather than the syntax from :rfc:`2616`. +* Conditional HTTP headers are now parsed and compared according to the + :rfc:`7232` Conditional Requests specification rather than the older + :rfc:`2616`. * In the admin templates, ``

`` is replaced with a ``

`` tag to allow including lists inside help text. -- cgit v1.3