aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFilippo Valsorda <filippo@golang.org>2018-12-14 16:14:56 -0500
committerFilippo Valsorda <filippo@golang.org>2018-12-14 21:46:51 +0000
commit84bf9ce1fbe7ae8424031550d9cf3fe6b27575e3 (patch)
tree7e750b9ced667cf9228722d20514523657c74f23
parentb875991a49ac6d323c9c52c889429eb3b1642ef7 (diff)
downloadgo-84bf9ce1fbe7ae8424031550d9cf3fe6b27575e3.tar.gz
go-84bf9ce1fbe7ae8424031550d9cf3fe6b27575e3.zip
doc: document Go 1.10.7
Change-Id: Id71aad4cf6149e0ba15f7fec0b74517827c37866 Reviewed-on: https://go-review.googlesource.com/c/154303 Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
-rw-r--r--doc/devel/release.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/devel/release.html b/doc/devel/release.html
index 4e1f7cbc50..8baf98677b 100644
--- a/doc/devel/release.html
+++ b/doc/devel/release.html
@@ -113,6 +113,14 @@ See the <a href="https://github.com/golang/go/issues?q=milestone%3AGo1.10.6">Go
1.10.6 milestone</a> on our issue tracker for details.
</p>
+<p>
+go1.10.7 (released 2018/12/14) includes a fix to a bug introduced in Go 1.10.6
+that broke <code>go</code> <code>get</code> for import path patterns containing
+"<code>...</code>".
+See the <a href="https://github.com/golang/go/issues?q=milestone%3AGo1.10.7+label%3ACherryPickApproved">
+Go 1.10.7 milestone</a> on our issue tracker for details.
+</p>
+
<h2 id="go1.9">go1.9 (released 2017/08/24)</h2>
<p>