From a3fb7ac5a6b5722e5a9d8819d3613e3ef266e6c3 Mon Sep 17 00:00:00 2001 From: Dominik Honnef Date: Thu, 17 Aug 2023 18:18:57 +0200 Subject: [PATCH] website: add 2023.1.5 release notes (cherry picked from commit 3d40c9370b197907695407e69b9a64e9c71cb6fd) --- website/content/changes/2023.1.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/website/content/changes/2023.1.md b/website/content/changes/2023.1.md index 9bf3edcab..69ff4fc72 100644 --- a/website/content/changes/2023.1.md +++ b/website/content/changes/2023.1.md @@ -73,3 +73,9 @@ This release **adds support for Go 1.21** and fixes the following bugs: - A crash involving generics ({{< issue "1410" >}}) - A false positive in {{< check "SA9001" >}} involving control flow statements ({{< issue "488" >}}) - A false positive in {{< check "ST1003" >}}, complaining about the names of fuzz functions ({{< issue "1420" >}})) + +## Staticcheck 2023.1.5 release notes {#2023.1.5} + +This release fixes the following bug: + +- A crash involving methods named `_`