From 5ff5b3c5575afaa5f90c6a831dfadf3fabec516e Mon Sep 17 00:00:00 2001 From: Andrew Date: Mon, 10 Aug 2020 19:29:58 -0400 Subject: [PATCH] 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 Reviewed-by: Ian Lance Taylor TryBot-Result: Gobot Gobot --- doc/go1.15.html | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/doc/go1.15.html b/doc/go1.15.html index 80f8828e9b..fdc29238f8 100644 --- a/doc/go1.15.html +++ b/doc/go1.15.html @@ -14,13 +14,21 @@ Do not send CLs removing the interior tags from such phrases. main ul li { margin: 0.5em 0; } -

DRAFT RELEASE NOTES — Introduction to Go 1.15

+

Introduction to Go 1.15

- - Go 1.15 is not yet released. These are work-in-progress - release notes. Go 1.15 is expected to be released in August 2020. - + The latest Go release, version 1.15, arrives six months after Go 1.14. + Most of its changes are in the implementation of the toolchain, runtime, and libraries. + As always, the release maintains the Go 1 promise of compatibility. + We expect almost all Go programs to continue to compile and run as before. +

+ +

+ Go 1.15 includes substantial improvements to the linker, + improves allocation for small objects at high core counts, and + deprecates X.509 CommonName. + GOPROXY now supports skipping proxies that return errors and + a new embedded tzdata package has been added.

Changes to the language

-- 2.50.0