summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/utils.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/ref/utils.txt b/docs/ref/utils.txt
index 63db48b98f..4f174c5efe 100644
--- a/docs/ref/utils.txt
+++ b/docs/ref/utils.txt
@@ -43,6 +43,11 @@ need to distinguish caches by the ``Accept-language`` header.
* All other parameters are added with their value, after applying
``str()`` to it.
+ .. versionchanged:: 3.1
+
+ Support for multiple field names in the ``no-cache`` directive was
+ added.
+
.. function:: get_max_age(response)
Returns the max-age from the response Cache-Control header as an integer