Skip to content

Commit fbac69b

Browse files
committed
website: add 2022.1.3 release notes
1 parent 61defc0 commit fbac69b

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

website/content/changes/2022.1.md

+9
Original file line numberDiff line numberDiff line change
@@ -83,3 +83,12 @@ This release addresses the following false positives, crashes, infinite loops, a
8383

8484
Additionally it is strongly recommended to use Go 1.18.2 for building Staticcheck, as it fixes further generics-related
8585
bugs in the type checker.
86+
87+
## Staticcheck 2022.1.3 release notes {#2022.1.3}
88+
89+
This release addresses the following issues:
90+
91+
- Staticcheck maintains a cache to speed up repeated runs. This cache needs to be pruned regularly to keep its size in
92+
check. This is meant to happen automatically, but it hasn't since Staticcheck 2020.2. This release corrects that ({{<
93+
issue "1283" >}}.)
94+
- Some type sets containing both bidirectional and unidirectional channels would lead to panics ({{< issue "1304" >}})

0 commit comments

Comments
 (0)