summaryrefslogtreecommitdiff
path: root/HISTORY.md
diff options
context:
space:
mode:
authorJordan Cook <jordan.cook.git@proton.me>2022-09-30 16:03:34 -0500
committerJordan Cook <jordan.cook.git@proton.me>2022-09-30 18:27:44 -0500
commit55dc02d773048362f0738759f25d07effc9cd951 (patch)
tree0070428d0148f9142be8ea3cc797bff5ce2e4da0 /HISTORY.md
parentc1e313b89cbe1cffaf7d6a5fc9c3bc97c145516b (diff)
downloadrequests-cache-55dc02d773048362f0738759f25d07effc9cd951.tar.gz
Fix issue on Windows with occasional missing `CachedResponse.created_at` timestamp
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 2a381d9..ed8c6c5 100644
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -89,6 +89,7 @@
* Fix usage of memory backend with `install_cache()`
* Add `CachedRequest.path_url` property for compatibility with `RequestEncodingMixin`
* Add compatibility with cattrs 22.1+
+* Fix issue on Windows with occasional missing `CachedResponse.created_at` timestamp
**Dependencies:**
* Replace `appdirs` with `platformdirs`