summaryrefslogtreecommitdiff
path: root/HISTORY.md
diff options
context:
space:
mode:
authorJordan Cook <jordan.cook@pioneer.com>2021-12-01 10:13:01 -0600
committerJordan Cook <jordan.cook@pioneer.com>2021-12-01 10:19:07 -0600
commit45640082b02d595baa6ca378166fdc2daf2cd025 (patch)
tree6ccb5507578ee4f545082087868a3b3d2051f4ba /HISTORY.md
parent3ff92467bddafd38dad13b1d928a9a47ac3f2cb4 (diff)
downloadrequests-cache-45640082b02d595baa6ca378166fdc2daf2cd025.tar.gz
Update dev dependencies, actions, changelog, and contributors
Diffstat (limited to 'HISTORY.md')
-rw-r--r--HISTORY.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/HISTORY.md b/HISTORY.md
index 6b9ac88..ce4a577 100644
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -7,6 +7,7 @@
* Use `Cache-Control` **request** headers by default
* Add support for `Cache-Control: immutable`
* Add support for immediate expiration + revalidation with `Cache-Control: max-age=0` and `Expires: 0`
+* Reset expiration for cached response when a `304 Not Modified` response is received
**Backends:**
* Filesystem and SQLite backends: Add better error message if parent path exists but isn't a directory