Skip to content

Commit d90cd43

Browse files
committed
website: add 2023.1.4 release notes
1 parent 39f8777 commit d90cd43

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

website/content/changes/2023.1.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,3 +62,14 @@ This release fixes the following bugs:
6262
- A crash when embedding type aliases of unnamed types ({{< issue "1361" >}})
6363
- A false positive in U1000, claiming that type aliases are unused ({{< issue "1365" >}})
6464
- A bug in the `binary` formatter that prevented correct merging behavior for some checks ({{< issue "1372" >}})
65+
66+
## Staticcheck 2023.1.4 release notes {#2023.1.4}
67+
68+
This release **adds support for Go 1.21** and fixes the following bugs:
69+
70+
- Three crashes when encountering unnecessarily parenthesized statements ({{< issue "1393" >}}, {{< issue "1400" >}})
71+
- Unnecessarily high memory usage when analyzing composite literals such as `[]int{1<<31: 1}` ({{< issue "1393" >}})
72+
- A false positive in {{< check "S1011" >}} when appending to a dynamic left-hand side ({{< issue "1399" >}})
73+
- A crash involving generics ({{< issue "1410" >}})
74+
- A false positive in {{< check "SA9001" >}} involving control flow statements ({{< issue "488" >}})
75+
- A false positive in {{< check "ST1003" >}}, complaining about the names of fuzz functions ({{< issue "1420" >}}))

0 commit comments

Comments
 (0)