summaryrefslogtreecommitdiff
path: root/HISTORY.md
diff options
context:
space:
mode:
authorSimon Leiner <simon@leiner.me>2023-03-14 18:23:40 +0100
committerJordan Cook <jordan.cook.git@proton.me>2023-03-24 18:50:18 -0500
commit94331ef108ad160faddb48cfc6a259c8a2497c99 (patch)
treeff52bb7d9d7536e2ba139806b3532ed3401d56f0 /HISTORY.md
parent812301ab85a3b54387dcebd7d65407ace2589b9f (diff)
downloadrequests-cache-94331ef108ad160faddb48cfc6a259c8a2497c99.tar.gz
Allow regexes for URL expiration patterns
This allows for more fine-grained control over URL patterns than globbing in the rare cases where that is needed.
Diffstat (limited to 'HISTORY.md')
-rw-r--r--HISTORY.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/HISTORY.md b/HISTORY.md
index b0174c0..b173cff 100644
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -1,5 +1,8 @@
# History
+## Unreleased
+* Add support for regular expressions when using `urls_expire_after`
+
## 1.0.0 (2023-03-01)
[See all unreleased issues and PRs](https://github.com/requests-cache/requests-cache/milestone/10?closed=1)