doc(indexeddb): add changelog file

Signed-off-by: Michael Goldenberg <m@mgoldenberg.net>
This commit is contained in:
Michael Goldenberg
2026-07-22 12:35:41 -04:00
committed by Stefan Ceriu
parent 95037fce93
commit fd95d90bf9

View File

@@ -0,0 +1,5 @@
Ensure that `IndexeddbEventCacheStore` properly pushes and removes events from a chunk.
Prior to these changes, pushing an event could erroneously replace an existing event, but
now it only replaces an existing event if it is being promoted from out-of-band to in-band.
Additionally, removing an event now properly shifts the indices of subsequent events in
the chunk.