Skip to content

Commit da3d4d0

Browse files
committed
Changelog updates
1 parent cb95441 commit da3d4d0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
- Added `RetryPolicy.onRetryScheduled` event handler.
66
- Added `ExecutionEvent.getExecutionCount()` and `ExecutionContext.getExecutionCount()`, which distinguishes between attempts which may have been rejected and completed executions.
77
- Improved support for outer Timeouts with retries.
8+
- Fixed #221 - Added support for `FailsafeExecutor.with(Executor)`.
89
- Fixed #277 - Changed `Timeout` to use Failsafe's internal scheduler, so that user provided `ExecutorService` shutdowns do not interfere with timeouts.
910
- Fixed #266 - Propagate `Future` cancellation to supplied `CompletionStage` when using `getStageAsync`.
1011

0 commit comments

Comments
 (0)