aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Dempsky <mdempsky@google.com>2015-11-25 15:08:00 -0800
committerMatthew Dempsky <mdempsky@google.com>2015-11-25 23:25:22 +0000
commit240144a3a3e2ea142abbc87aac6e4f48f2e32e2d (patch)
treedcf9dd87798c4f0b0b34f3dabe8ed24b45e15421
parent10cb39afc4e81d126c71153dba7b9f1878bae61a (diff)
downloadgo-240144a3a3e2ea142abbc87aac6e4f48f2e32e2d.tar.xz
doc: update go1.6.txt for cmd/cgo's C.complexfloat and C.complexdouble fix
Updates #13402. Change-Id: Ia7b729d81fb78206d214444911f2e6573b88717a Reviewed-on: https://go-review.googlesource.com/17240 Reviewed-by: Ian Lance Taylor <iant@golang.org>
-rw-r--r--doc/go1.6.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/go1.6.txt b/doc/go1.6.txt
index 4cba7f82c9..a586fbea61 100644
--- a/doc/go1.6.txt
+++ b/doc/go1.6.txt
@@ -7,6 +7,7 @@ cmd/go: add -msan option (https://golang.org/cl/16169)
cmd/go: use shallow clones for new git checkouts (https://golang.org/cl/16360)
cmd/compile: add -msan option (https://golang.org/cl/16160)
cmd/link: add -msan option (https://golang.org/cl/16161)
+cmd/cgo: fix C.complexfloat and C.complexdouble and treat as separate types from complex64 and complex128 (https://golang.org/cl/17208)
Ports: