]> Cypherpunks repositories - gostls13.git/commitdiff
doc/go1.13: remove 1.12 reference from 1.13 release notes
authorAlberto Donizetti <alb.donizetti@gmail.com>
Sun, 14 Jul 2019 17:08:57 +0000 (19:08 +0200)
committerAlberto Donizetti <alb.donizetti@gmail.com>
Wed, 17 Jul 2019 17:34:32 +0000 (17:34 +0000)
While it's true that CL 168479 was also backported to 1.12, this is
irrelevant for the Go1.13 release notes.

Change-Id: I044be69f8f2bc005f58a0d63db05129add15f674
Reviewed-on: https://go-review.googlesource.com/c/go/+/186138
Reviewed-by: Ian Lance Taylor <iant@golang.org>
doc/go1.13.html

index 69bb1b0741b3cfd2af32d1acdb73643f95f7b053..2b56f756e1cfa0c2c7c3c4c6d24b2bce3216b240 100644 (file)
@@ -790,8 +790,9 @@ godoc
 <dl id="syscall"><dt><a href="/pkg/syscall/">syscall</a></dt>
   <dd>
     <p><!-- CL 168479 -->
-      Uses of <code>_getdirentries64</code> have been removed from Darwin builds, to allow binaries
-      built with 1.12 to be uploaded to the macOS App Store.
+      Uses of <code>_getdirentries64</code> have been removed from
+      Darwin builds, to allow Go binaries to be uploaded to the macOS
+      App Store.
     </p>
 
     <p><!-- CL 174197 -->