aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitri Shuralyov <dmitshur@golang.org>2021-08-12 12:12:56 -0400
committerDmitri Shuralyov <dmitshur@golang.org>2021-08-12 17:54:49 +0000
commit5805efc78e11e54c2c887ae10f277b09bbf81cf4 (patch)
tree30e7df2964947aeb37802dea3bd0d4ef108c7a0d
parent39634e7daee29a0c7d29ca74e32668d04c842758 (diff)
downloadgo-5805efc78e11e54c2c887ae10f277b09bbf81cf4.tar.gz
go-5805efc78e11e54c2c887ae10f277b09bbf81cf4.zip
doc/go1.17: remove draft notice
Fixes #44513. Change-Id: I82c44a681b1fa67df123af86ee02a980b13acdc8 Reviewed-on: https://go-review.googlesource.com/c/go/+/341673 Trust: Dmitri Shuralyov <dmitshur@golang.org> Trust: Carlos Amedee <carlos@golang.org> Reviewed-by: Carlos Amedee <carlos@golang.org> Run-TryBot: Carlos Amedee <carlos@golang.org> TryBot-Result: Go Bot <gobot@golang.org>
-rw-r--r--doc/go1.17.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/go1.17.html b/doc/go1.17.html
index 972f9c3559..b65d13a040 100644
--- a/doc/go1.17.html
+++ b/doc/go1.17.html
@@ -14,13 +14,13 @@ Do not send CLs removing the interior tags from such phrases.
main ul li { margin: 0.5em 0; }
</style>
-<h2 id="introduction">DRAFT RELEASE NOTES — Introduction to Go 1.17</h2>
+<h2 id="introduction">Introduction to Go 1.17</h2>
<p>
- <strong>
- Go 1.17 is not yet released. These are work-in-progress
- release notes. Go 1.17 is expected to be released in August 2021.
- </strong>
+ The latest Go release, version 1.17, arrives six months after <a href="/doc/go1.16">Go 1.16</a>.
+ Most of its changes are in the implementation of the toolchain, runtime, and libraries.
+ As always, the release maintains the Go 1 <a href="/doc/go1compat">promise of compatibility</a>.
+ We expect almost all Go programs to continue to compile and run as before.
</p>
<h2 id="language">Changes to the language</h2>