summaryrefslogtreecommitdiff
path: root/HISTORY.md
diff options
context:
space:
mode:
authorJordan Cook <jordan.cook@pioneer.com>2022-06-11 20:33:46 -0500
committerJordan Cook <jordan.cook@pioneer.com>2022-06-11 20:46:44 -0500
commita78af0338d9b3a59c33c15e50cd54422ae7489b8 (patch)
tree895809c63f54b556ec9d509270a3f21e54519927 /HISTORY.md
parent03d83c137d55dc2d168e7716a5b753e8a2cf64ea (diff)
downloadrequests-cache-a78af0338d9b3a59c33c15e50cd54422ae7489b8.tar.gz
Clean up SQLiteCache convenience methods a bit
Diffstat (limited to 'HISTORY.md')
-rw-r--r--HISTORY.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/HISTORY.md b/HISTORY.md
index 8926679..62249f2 100644
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -30,7 +30,7 @@
**Backends:**
* SQLite:
- * Improve performance for removing expired items
+ * Improve performance for removing expired responses with `delete()`
* Add `size()` method to get estimated size of the database (including in-memory databases)
* Add `sorted()` method with sorting and other query options
* Add `wal` parameter to enable write-ahead logging