Skip to content

Commit 5805efc

Browse files
committed
doc/go1.17: remove draft notice
Fixes #44513. Change-Id: I82c44a681b1fa67df123af86ee02a980b13acdc8 Reviewed-on: https://go-review.googlesource.com/c/go/+/341673 Trust: Dmitri Shuralyov <[email protected]> Trust: Carlos Amedee <[email protected]> Reviewed-by: Carlos Amedee <[email protected]> Run-TryBot: Carlos Amedee <[email protected]> TryBot-Result: Go Bot <[email protected]>
1 parent 39634e7 commit 5805efc

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

doc/go1.17.html

+5-5
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@
1414
main ul li { margin: 0.5em 0; }
1515
</style>
1616

17-
<h2 id="introduction">DRAFT RELEASE NOTES — Introduction to Go 1.17</h2>
17+
<h2 id="introduction">Introduction to Go 1.17</h2>
1818

1919
<p>
20-
<strong>
21-
Go 1.17 is not yet released. These are work-in-progress
22-
release notes. Go 1.17 is expected to be released in August 2021.
23-
</strong>
20+
The latest Go release, version 1.17, arrives six months after <a href="/doc/go1.16">Go 1.16</a>.
21+
Most of its changes are in the implementation of the toolchain, runtime, and libraries.
22+
As always, the release maintains the Go 1 <a href="/doc/go1compat">promise of compatibility</a>.
23+
We expect almost all Go programs to continue to compile and run as before.
2424
</p>
2525

2626
<h2 id="language">Changes to the language</h2>

0 commit comments

Comments
 (0)