From ff2f693e0c6f0f6112ac8b158bdc9b1926a66b4a Mon Sep 17 00:00:00 2001 From: Jordan Cook Date: Mon, 15 May 2023 13:15:07 -0500 Subject: Add compatibility with urllib3 2.0 --- HISTORY.md | 1 + 1 file changed, 1 insertion(+) (limited to 'HISTORY.md') 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` -- cgit v1.2.1