aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitri Shuralyov <dmitshur@golang.org>2020-02-24 12:51:45 -0500
committerDmitri Shuralyov <dmitshur@golang.org>2020-02-24 20:08:25 +0000
commit8ced42e78bc94e52094c0ada0cc69d5d4c12999e (patch)
tree43d987b5e5ec90292d4c864066ed7b5846a505af
parentf63e55b54171c48087f67b31b2e6ef3181b3ea0d (diff)
downloadgo-8ced42e78bc94e52094c0ada0cc69d5d4c12999e.tar.gz
go-8ced42e78bc94e52094c0ada0cc69d5d4c12999e.zip
[release-branch.go1.14] doc/go1.14: remove draft notice
Use consistent indentation for one of the paragraphs. Include issue number in the visible text, so it is easier to read. Updates #36878 Change-Id: Iab857b26b1d27b0137e981126207089db108d530 Reviewed-on: https://go-review.googlesource.com/c/go/+/220646 Reviewed-by: Alexander Rakoczy <alex@golang.org> Reviewed-by: Carlos Amedee <carlos@golang.org> Reviewed-by: Ian Lance Taylor <iant@golang.org> Run-TryBot: Alexander Rakoczy <alex@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org> (cherry picked from commit 1c0d664128ed5f1d7c66afb69cb2d15064a1ba43) Reviewed-on: https://go-review.googlesource.com/c/go/+/220650
-rw-r--r--doc/go1.14.html28
1 files changed, 14 insertions, 14 deletions
diff --git a/doc/go1.14.html b/doc/go1.14.html
index 6355337a83..90f52b0fcb 100644
--- a/doc/go1.14.html
+++ b/doc/go1.14.html
@@ -14,24 +14,24 @@ 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.14</h2>
+<h2 id="introduction">Introduction to Go 1.14</h2>
<p>
- <strong>
- Go 1.14 is not yet released. These are work-in-progress
- release notes. Go 1.14 is expected to be released in February 2020.
- </strong>
+ The latest Go release, version 1.14, arrives six months after <a href="go1.13">Go 1.13</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.html">promise of compatibility</a>.
+ We expect almost all Go programs to continue to compile and run as before.
</p>
<p>
-Module support in the <code>go</code> command is now ready for production use,
-and we encourage all users to migrate to Go modules for dependency management.
-If you are unable to migrate due to a problem in the Go toolchain,
-please ensure that the problem has an
-<a href="https://golang.org/issue?q=is%3Aissue+is%3Aopen+label%3Amodules">open issue</a>
-filed. (If the issue is not on the <code>Go1.15</code> milestone, please let us
-know why it prevents you from migrating so that we can prioritize it
-appropriately.)
+ Module support in the <code>go</code> command is now ready for production use,
+ and we encourage all users to migrate to Go modules for dependency management.
+ If you are unable to migrate due to a problem in the Go toolchain,
+ please ensure that the problem has an
+ <a href="https://golang.org/issue?q=is%3Aissue+is%3Aopen+label%3Amodules">open issue</a>
+ filed. (If the issue is not on the <code>Go1.15</code> milestone, please let us
+ know why it prevents you from migrating so that we can prioritize it
+ appropriately.)
</p>
<h2 id="language">Changes to the language</h2>
@@ -393,7 +393,7 @@ appropriately.)
<p><!-- CL 202117 -->
This release includes experimental support for compiler-inserted
coverage instrumentation for fuzzing.
- See <a href="https://golang.org/issue/14565">the issue</a> for more
+ See <a href="https://golang.org/issue/14565">issue 14565</a> for more
details.
This API may change in future releases.
</p>