diff --git a/doc/2020.1.html b/doc/2020.1.html
index 3d1d3d9fe..1defc9ec9 100644
--- a/doc/2020.1.html
+++ b/doc/2020.1.html
@@ -12,6 +12,7 @@
Staticcheck 2020.1.3 release notes
Staticcheck 2020.1.4 release notes
Staticcheck 2020.1.5 release notes
+ Staticcheck 2020.1.6 release notes
Introduction to Staticcheck 2020.1
@@ -228,3 +229,21 @@ Staticcheck 2020.1.5 release notes
This release fixes a crash in the pattern matching engine
and a false positive in SA4006.
+
+Staticcheck 2020.1.6 release notes
+
+
+ This release makes the following fixes and improvements:
+
+
+
+ - Staticcheck no longer panics when encountering files that have the following comment:
// Code generated DO NOT EDIT.
+ - {{ check "SA4016" }} no longer panics when checking bitwise operations that involve dot-imported identifiers.
+ - Fixed the suggested fix offered by {{ check "S1004" }}.
+ - Fixed a false positive involving byte arrays in {{ check "SA5009" }}.
+ - Fixed a false positive involving named byte slice types in {{ check "SA5009" }}.
+ - Added another heuristic to avoid flagging function names in error messages in {{ check "ST1005" }}.
+ - {{ check "SA3000" }} will no longer flag missing calls to os.Exit in TestMain functions if targeting Go 1.15 or newer.
+
+
+