From d5f8bff55a0a7d2d299ec7b711e0b8dcce6dd35e Mon Sep 17 00:00:00 2001 From: Hasier Date: Thu, 4 Jul 2024 17:34:23 +0100 Subject: [PATCH] Add release note --- .../notes/allow-retry-callables-ba921a2b57229540.yaml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 releasenotes/notes/allow-retry-callables-ba921a2b57229540.yaml diff --git a/releasenotes/notes/allow-retry-callables-ba921a2b57229540.yaml b/releasenotes/notes/allow-retry-callables-ba921a2b57229540.yaml new file mode 100644 index 0000000..e7be1cd --- /dev/null +++ b/releasenotes/notes/allow-retry-callables-ba921a2b57229540.yaml @@ -0,0 +1,7 @@ +--- +features: + - | + Allow for callables to be combined as retry values. This will only + work when used combined with their corresponding implementation + retry objects, e.g. only async functions will work when used together + with async retry strategies.