From cbffb28ebc40446bee9341c2a1eda93feebcd3a3 Mon Sep 17 00:00:00 2001 From: Evan Huus Date: Fri, 19 Jul 2024 14:49:30 -0400 Subject: [PATCH] bump changelog --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5857abd..c83b333 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ bumping the major version of this package, which violates the official Golang packaging convention around breaking changes. Typically the versions being dropped are multiple years old and long unsupported.* +#### main (unreleased) + + - Adds `Retrier.WithSurfaceWorkErrors()` to ask the Retrier to always return + the work function's error even if a context deadline is hit (thanks to + Elizabeth Cox). + #### Version 1.6.0 (2024-02-19) - Adds `Breaker.GetState()` to check the breaker state directly (e.g. for