Skip to content

Commit e68c5c2

Browse files
committed
website: add 2023.1.2 release notes
1 parent ae07174 commit e68c5c2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

website/content/changes/2023.1.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,7 @@ we would flag uses of `Seed` even if targeting e.g. Go 1.19, to encourage better
5050
to unnecessary churn, however, because the correct change may depend on the Go version in use. For example, for `Seed`
5151
before Go 1.20, the alternative is to use a separate instance of `math/rand.Rand`, whereas in Go 1.20, a possible
5252
alternative is to simply drop the call to `Seed`.
53+
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" >}}).

0 commit comments

Comments
 (0)