Skip to content

Commit 5ff5b3c

Browse files
committed
doc/go1.15: remove draft notice
Updates #37419 Change-Id: I945fd1f8d87b15cf3143808dc68021b38531297d Reviewed-on: https://go-review.googlesource.com/c/go/+/247772 Run-TryBot: Andrew Bonventre <andybons@golang.org> Reviewed-by: Ian Lance Taylor <iant@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org>
1 parent 5ae1d62 commit 5ff5b3c

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed

doc/go1.15.html

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

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

1919
<p>
20-
<strong>
21-
Go 1.15 is not yet released. These are work-in-progress
22-
release notes. Go 1.15 is expected to be released in August 2020.
23-
</strong>
20+
The latest Go release, version 1.15, arrives six months after <a href="go1.14">Go 1.14</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.html">promise of compatibility</a>.
23+
We expect almost all Go programs to continue to compile and run as before.
24+
</p>
25+
26+
<p>
27+
Go 1.15 includes <a href="#linker">substantial improvements to the linker</a>,
28+
improves <a href="#runtime">allocation for small objects at high core counts</a>, and
29+
deprecates <a href="#commonname">X.509 CommonName</a>.
30+
<code>GOPROXY</code> now supports skipping proxies that return errors and
31+
a new <a href="#time/tzdata">embedded tzdata package</a> has been added.
2432
</p>
2533

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

0 commit comments

Comments
 (0)