]> Cypherpunks repositories - gostls13.git/commitdiff
doc: mention KeepAlive & input args change
authorKeith Randall <khr@golang.org>
Mon, 19 Sep 2016 22:26:48 +0000 (15:26 -0700)
committerKeith Randall <khr@golang.org>
Mon, 19 Sep 2016 23:02:04 +0000 (23:02 +0000)
Change-Id: Icfb38f492ae71432858b7104fcba18a9ba835192
Reviewed-on: https://go-review.googlesource.com/29410
Reviewed-by: Ian Lance Taylor <iant@golang.org>
doc/go1.8.txt

index 3730644964bfcdac6d9d37a371da93fa7ef91953..cab4c1f5420118f3d37cd7124056cee3b34746b3 100644 (file)
@@ -12,6 +12,7 @@ Ports:
 
 API additions and behavior changes:
 
+cmd/compile: args no longer live until end of function - use runtime.KeepAlive instead (CL 28310)
 crypto/tls: set Conn.ConnectionState.ServerName unconditionally (CL 22862)
 crypto/tls: support AES-128-CBC cipher suites with SHA-256 (CL 27315)
 crypto/tls: don't generate random ticket keys if already set (CL 27317)