summaryrefslogtreecommitdiff
path: root/HISTORY.md
diff options
context:
space:
mode:
authorJordan Cook <jordan.cook@pioneer.com>2022-04-10 15:39:14 -0500
committerJordan Cook <jordan.cook@pioneer.com>2022-04-10 20:05:27 -0500
commitb199db190c1ae6dfbd37f79fa910f45c3045dc02 (patch)
tree8c937a6e85fa5ec573b99cfa659240c0b609ca45 /HISTORY.md
parent3120a87395887831c95efcf3a218dcac033058ee (diff)
downloadrequests-cache-b199db190c1ae6dfbd37f79fa910f45c3045dc02.tar.gz
Add SQLiteDict.sorted() method with sorting and other query options
Diffstat (limited to 'HISTORY.md')
-rw-r--r--HISTORY.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/HISTORY.md b/HISTORY.md
index 663062e..576c790 100644
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -14,7 +14,9 @@
* The constant `requests_cache.DO_NOT_CACHE` may be used to completely disable caching for a request
**Backends:**
-* SQLite: Add a `wal` parameter to enable write-ahead logging
+* SQLite: Improve performance for removing expired items
+* SQLite: Add `sorted()` method with sorting and other query options
+* SQLite: Add `wal` parameter to enable write-ahead logging
**Other features:**
* All settings that affect cache behavior can now be accessed and modified via `CachedSession.settings`