Skip to content

Commit 8783cb2

Browse files
Update the changelog.
1 parent 98d8a00 commit 8783cb2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CHANGES.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ Those changes are not released yet.
66

77
- In the functional API, invoke the wrapped function callback on abort and emit
88
an `abort` event. This makes it possible to detect when abort is called.
9+
- Add a method on the function API, `call.retryIf(predicate)`, which specifies
10+
a predicate used to determine whether a given error is retriable or not. The
11+
default behavior is unaffected, errors remain retriable by default.
912

1013
## 2.4.1
1114

0 commit comments

Comments
 (0)