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.