summaryrefslogtreecommitdiff
path: root/HISTORY.md
diff options
context:
space:
mode:
authorJordan Cook <jordan.cook.git@proton.me>2023-03-13 12:26:27 -0500
committerJordan Cook <jordan.cook.git@proton.me>2023-03-24 18:50:18 -0500
commit5bcb137ff944533210036d5fcefe0a5f87cde96c (patch)
treead8c7daec7cfab477e6129c7e4ff99b8000822ac /HISTORY.md
parent0dcf40989503df7041eb9f0c4789aecea78cbd5c (diff)
downloadrequests-cache-5bcb137ff944533210036d5fcefe0a5f87cde96c.tar.gz
Ignore Cache-Control: must-revalidate and no-cache when cache_control=False
Diffstat (limited to 'HISTORY.md')
-rw-r--r--HISTORY.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/HISTORY.md b/HISTORY.md
index b173cff..1b4ce20 100644
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -3,6 +3,9 @@
## Unreleased
* Add support for regular expressions when using `urls_expire_after`
+## 1.0.1 (2023-03-24)
+* Ignore `Cache-Control: must-revalidate` and `no-cache` response headers with `cache_control=False`
+
## 1.0.0 (2023-03-01)
[See all unreleased issues and PRs](https://github.com/requests-cache/requests-cache/milestone/10?closed=1)