aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2015-12-11 01:34:16 -0500
committerRuss Cox <rsc@golang.org>2015-12-11 06:35:24 +0000
commit8545ea9cee087fd0fbac41bba7616d2fc4f2bc19 (patch)
tree6569a171a356c340e01201929208faf89a41ae30
parentdbaf5010b33e5819050ebb0a387eb0bff2cfb8bf (diff)
downloadgo-8545ea9cee087fd0fbac41bba7616d2fc4f2bc19.tar.xz
doc/go1.6.txt: remove fmt.Scanf change (reverted)
Change-Id: I26fc120e66f559e4da90883ed5c8457a99426a25 Reviewed-on: https://go-review.googlesource.com/17729 Reviewed-by: Russ Cox <rsc@golang.org>
-rw-r--r--doc/go1.6.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/go1.6.txt b/doc/go1.6.txt
index e989604467..529e551a8d 100644
--- a/doc/go1.6.txt
+++ b/doc/go1.6.txt
@@ -27,7 +27,6 @@ bufio: add Scanner.Buffer (https://golang.org/cl/14599/)
bufio: add ErrFinalToken as a sentinel value for Scan's split functions (https://golang.org/cl/14924)
crypto/aes: dedicated asm version of AES-GCM (https://golang.org/cl/10484)
fmt: allow any integer type as an argument to the * operator (https://golang.org/cl/14491/)
-fmt: in Scanf, newlines must match even at end of string (https://golang.org/cl/16165/)
image: add NYCbCrA types (https://golang.org/cl/15671)
math/rand: add Read (https://golang.org/cl/14522)
net/http: HTTP/2.0 support (many CLs)