Skip to content

Commit 430069a

Browse files
committed
Update CHANGELOG
1 parent 7817bdc commit 430069a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
PUT_CHANGELOG_HERE
44

5+
- [Fix] `SqlNormalizedCacheFactory()` no longer touches the disk when called, fixing a StrictMode main thread disk read. The driver is now created in `NormalizedCacheFactory.create()` (#373)
6+
- [Breaking] `NormalizedCacheFactory` is now a `fun interface`: `object : NormalizedCacheFactory() { ... }` implementors must drop the parentheses (#373)
7+
58
# v1.0.6
69
_2026-07-17_
710

0 commit comments

Comments
 (0)