summaryrefslogtreecommitdiff
path: root/HISTORY.md
diff options
context:
space:
mode:
authorJordan Cook <jordan.cook@pioneer.com>2021-09-20 19:25:57 -0500
committerJordan Cook <jordan.cook@pioneer.com>2021-09-20 23:33:30 -0500
commitec3b35011b611a2af438842093e6365ea5218343 (patch)
treea4cf334fa76c7532cd1e92b9c08ec273aff53a09 /HISTORY.md
parente8c6736f0cea69fab4fc80f09b96a55c5ee68826 (diff)
downloadrequests-cache-ec3b35011b611a2af438842093e6365ea5218343.tar.gz
Update changelog and some docstrings
Diffstat (limited to 'HISTORY.md')
-rw-r--r--HISTORY.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/HISTORY.md b/HISTORY.md
index 50f3a43..ca880ca 100644
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -4,6 +4,8 @@
* Use `Cache-Control` **request** headers by default
* Support `expire_after` param for `CachedSession.send()`
* Make per-request expiration thread-safe for both `CachedSession.request()` and `CachedSession.send()`
+* Handle some additional corner cases when normalizing request data
+* Some micro-optimizations for request matching
## 0.8.1 (2021-09-15)
* Redact `ingored_parameters` from `CachedResponse.url` (if used for credentials or other sensitive info)