Skip to content

Commit ce9d960

Browse files
committed
Add 2020.1.5 release notes
1 parent e18389c commit ce9d960

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

doc/2020.1.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
<li><a href="#2020.1.2">Staticcheck 2020.1.2 release notes</a></li>
1212
<li><a href="#2020.1.3">Staticcheck 2020.1.3 release notes</a></li>
1313
<li><a href="#2020.1.4">Staticcheck 2020.1.4 release notes</a></li>
14+
<li><a href="#2020.1.5">Staticcheck 2020.1.5 release notes</a></li>
1415
</ul>
1516

1617
<h2 id="introduction">Introduction to Staticcheck 2020.1</h2>
@@ -220,3 +221,10 @@ <h2 id="2020.1.4">Staticcheck 2020.1.4 release notes</h2>
220221
<p>
221222
You can find more information about this in the <a href="https://github.com/golang/protobuf/issues/1077">upstream issue</a>.
222223
</p>
224+
225+
<h2 id="2020.1.5">Staticcheck 2020.1.5 release notes</h2>
226+
227+
<p>
228+
This release fixes a <a href="https://github.com/dominikh/go-tools/issues/806">crash in the pattern matching engine</a>
229+
and a <a href="https://github.com/dominikh/go-tools/issues/733">false positive in SA4006</a>.
230+
</p>

doc/staticcheck.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ <h2 id="installation">Installation</h2>
2222
<p>
2323
If you use Go modules, you can simply run <code>go get honnef.co/go/tools/cmd/staticcheck</code> to obtain the latest released version.
2424
If you're still using a GOPATH-based workflow, then the above command will instead fetch the master branch.
25-
It is suggested that you explicitly check out the latest release branch instead, which is currently <code>2020.1.4</code>.
25+
It is suggested that you explicitly check out the latest release branch instead, which is currently <code>2020.1.5</code>.
2626
One way of doing so would be as follows:
2727
</p>
2828

0 commit comments

Comments
 (0)