summaryrefslogtreecommitdiff
path: root/HISTORY.md
diff options
context:
space:
mode:
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