summaryrefslogtreecommitdiff
path: root/HISTORY.md
diff options
context:
space:
mode:
authorJordan Cook <jordan.cook.git@proton.me>2023-05-08 12:27:21 -0500
committerJordan Cook <jordan.cook.git@proton.me>2023-05-08 12:29:57 -0500
commit914b62502cf510a6c67b61453a67f90c86222f6e (patch)
tree9b664b13956cee79a6f018f6c763420c1359e815 /HISTORY.md
parente5d54b4f930956bbfdaf21d819e269a9857fc28a (diff)
downloadrequests-cache-914b62502cf510a6c67b61453a67f90c86222f6e.tar.gz
Fix loading cached JSON content when decode_content=True and the root element is a list
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 968a957..0f703a6 100644
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -5,6 +5,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
## 1.0.1 (2023-03-24)
* Ignore `Cache-Control: must-revalidate` and `no-cache` response headers with `cache_control=False`