We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9aa5199 commit 3768a1eCopy full SHA for 3768a1e
website/content/changes/2023.1.md
@@ -54,3 +54,11 @@ alternative is to simply drop the call to `Seed`.
54
## Staticcheck 2023.1.2 release notes {#2023.1.2}
55
56
This release fixes a bug that prevented the `binary` formatter from working ({{< issue "1370" >}}).
57
+
58
+## Staticcheck 2023.1.3 release notes {#2023.1.3}
59
60
+This release fixes the following bugs:
61
62
+- A crash when embedding type aliases of unnamed types ({{< issue "1361" >}})
63
+- A false positive in U1000, claiming that type aliases are unused ({{< issue "1365" >}})
64
+- A bug in the `binary` formatter that prevented correct merging behavior for some checks ({{< issue "1372" >}})
0 commit comments