From 262af0f4678471bf18a0f457e40bf59e2043a2c9 Mon Sep 17 00:00:00 2001 From: Hasier Date: Mon, 24 Jun 2024 10:57:29 +0100 Subject: [PATCH] Add reno release note --- .../notes/fix-local-context-overwrite-94190ba06a481631.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 releasenotes/notes/fix-local-context-overwrite-94190ba06a481631.yaml diff --git a/releasenotes/notes/fix-local-context-overwrite-94190ba06a481631.yaml b/releasenotes/notes/fix-local-context-overwrite-94190ba06a481631.yaml new file mode 100644 index 0000000..ff2ba7e --- /dev/null +++ b/releasenotes/notes/fix-local-context-overwrite-94190ba06a481631.yaml @@ -0,0 +1,4 @@ +--- +fixes: + - | + Avoid overwriting local contexts when applying the retry decorator.