]> Cypherpunks repositories - gostls13.git/commitdiff
doc: update go1.7.txt
authorShenghou Ma <minux@golang.org>
Wed, 4 May 2016 16:48:20 +0000 (12:48 -0400)
committerMinux Ma <minux@golang.org>
Wed, 4 May 2016 16:49:50 +0000 (16:49 +0000)
Change-Id: I78efbfe0d7e9825126109a568c99f548a099b0fb
Reviewed-on: https://go-review.googlesource.com/22771
Reviewed-by: Minux Ma <minux@golang.org>
doc/go1.7.txt

index f52f21b61389df1490b3b86bf05b006387b319e8..adac6a367a83fd5f486a25eaf94b1c203a6ca0c9 100644 (file)
@@ -5,13 +5,14 @@ cmd/go: GO15VENDOREXPERIMENT gone, assumed on (CL 19615)
 cmd/link: "-X name value" form gone (CL 19614)
 cmd/compile: smaller binaries (many CLs)
 cmd/go, go/build: add support for Fortran (CL 19670, CL 4114)
-cmd/dist: introduce list subcommand to list all supported platforms (CL 19837)
 cmd/doc: group constructors with types (CL 22354)
+cmd/go, go/build: binary-only package support (CL 22433)
 
 Ports:
 
 We now require OpenBSD 5.6+ (CL 18219, crypto/rand using getentropy)
 plan9/arm support? Start at least.
+cgo and external linking support for linux/mips64 and linux/mips64le (CL 19809, ...)
 
 New packages: