aboutsummaryrefslogtreecommitdiff
path: root/doc/go1.8.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/go1.8.html')
-rw-r--r--doc/go1.8.html9
1 files changed, 2 insertions, 7 deletions
diff --git a/doc/go1.8.html b/doc/go1.8.html
index 9e3145e8b8..611f5ee25e 100644
--- a/doc/go1.8.html
+++ b/doc/go1.8.html
@@ -15,12 +15,7 @@ Do not send CLs removing the interior tags from such phrases.
ul li { margin: 0.5em 0; }
</style>
-<h2 id="introduction">DRAFT RELEASE NOTES - Introduction to Go 1.8</h2>
-
-<p><strong>
-Go 1.8 is not yet released. These are work-in-progress
-release notes. Go 1.8 is expected to be released in February 2017.
-</strong></p>
+<h2 id="introduction">Introduction to Go 1.8</h2>
<p>
The latest Go release, version 1.8, arrives six months after <a href="go1.7">Go 1.7</a>.
@@ -1309,7 +1304,7 @@ crypto/x509: return error for missing SerialNumber (CL 27238)
request must have the new
<a href="/pkg/net/http/#Request"><code>Request.GetBody</code></a>
field defined.
- <a href="pkg/net/http/#NewRequest"><code>NewRequest</code></a>
+ <a href="/pkg/net/http/#NewRequest"><code>NewRequest</code></a>
sets <code>Request.GetBody</code> automatically for common
body types.
</li>