From 2126be22225d2eb536731af2871b71168feab233 Mon Sep 17 00:00:00 2001 From: Christoffer Lerno Date: Sat, 8 Feb 2025 00:15:47 +0100 Subject: [PATCH] Fix issue number. --- releasenotes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/releasenotes.md b/releasenotes.md index 2a7453115..39a7b063b 100644 --- a/releasenotes.md +++ b/releasenotes.md @@ -47,7 +47,7 @@ - `return (any)&foo` would not be reported as an escaping variable if `foo` was a pointer or slice. - Incorrect error message when providing too many associated values for enum #1934. - Allow function types to have a calling convention. #1938 -- Issue with defer copying when triggered by break or continue. +- Issue with defer copying when triggered by break or continue #1936. ### Stdlib changes - Added '%h' and '%H' for printing out binary data in hexadecimal using the formatter.