From: Ian Lance Taylor Date: Wed, 18 Jul 2018 20:30:25 +0000 (-0700) Subject: doc: add a couple of links to go1.11 release notes X-Git-Tag: go1.11beta2~40 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=7ae4909458849a78daed62a28384bc4a508f62d5;p=gostls13.git 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 --- 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.