summaryrefslogtreecommitdiff
path: root/HISTORY.md
diff options
context:
space:
mode:
authorJordan Cook <jordan.cook.git@proton.me>2023-05-15 13:15:07 -0500
committerJordan Cook <jordan.cook.git@proton.me>2023-05-15 14:43:18 -0500
commitff2f693e0c6f0f6112ac8b158bdc9b1926a66b4a (patch)
tree4eafec3191f8d4b80814dae94e833052d21cf2e7 /HISTORY.md
parent6a59bfd6273112e9aca59e9588fd71edbafb8df3 (diff)
downloadrequests-cache-ff2f693e0c6f0f6112ac8b158bdc9b1926a66b4a.tar.gz
Add compatibility with urllib3 2.0
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 0f703a6..a916dc7 100644
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -6,6 +6,7 @@
## 1.0.2 (2023-TBD)
* Revert normalizing `CachedResponse.url` so it matches the original request URL
* Fix loading cached JSON content when `decode_content=True` and the root element is a list
+* Add compatibility with urllib3 2.0
## 1.0.1 (2023-03-24)
* Ignore `Cache-Control: must-revalidate` and `no-cache` response headers with `cache_control=False`