Skip to content

Commit 9bed6db

Browse files
committed
formatting changelog
1 parent cd8f37b commit 9bed6db

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@
55
- Add `cache` property to status objects, in order to
66
differentiate which cache is emitting the metric or trace.
77
- Several small bugs regarding fetch behavior edge cases.
8-
- `onInsert` does not fire for background fetch internal
9-
promises.
10-
- `dispose()` and `disposeAfter()` now fire for the stale
11-
value left behind when an in-process background fetch is
12-
pre-empted by eviction.
13-
- `fetchMethod` that returns a non-Promise value is handled
14-
correctly.
15-
- No `Error` is created, or `abort()` signaled, when a
16-
background fetch promise is resolved. (Presumably the
17-
implementation is done by that point.)
8+
- `onInsert` does not fire for background fetch internal
9+
promises.
10+
- `dispose()` and `disposeAfter()` now fire for the stale
11+
value left behind when an in-process background fetch is
12+
pre-empted by eviction.
13+
- `fetchMethod` that returns a non-Promise value is handled
14+
correctly.
15+
- No `Error` is created, or `abort()` signaled, when a
16+
background fetch promise is resolved. (Presumably the
17+
implementation is done by that point.)
1818

1919
## 11.3
2020

0 commit comments

Comments
 (0)