From 7ae4909458849a78daed62a28384bc4a508f62d5 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Wed, 18 Jul 2018 13:30:25 -0700 Subject: [PATCH] doc: add a couple of links to go1.11 release notes Change-Id: Ie4e81b88cc8035fddf9c074363a1b35bcae3d470 Reviewed-on: https://go-review.googlesource.com/124778 Reviewed-by: Brad Fitzpatrick --- doc/go1.11.html | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/doc/go1.11.html b/doc/go1.11.html index 87c687cb64..41853ec3a6 100644 --- a/doc/go1.11.html +++ b/doc/go1.11.html @@ -453,8 +453,9 @@ for k := range m {
debug/elf

- More ELFOSABI and EM constants have - been added. + More ELFOSABI + and EM + constants have been added.

@@ -482,8 +483,9 @@ for k := range m {

The Reader now rejects attempts to set - the Comma field to a double-quote character, as - double-quote characters already have a special meaning in CSV. + the Comma + field to a double-quote character, as double-quote characters + already have a special meaning in CSV.

-- 2.48.1