]> Cypherpunks repositories - gostls13.git/commitdiff
doc: some go1.6.txt additions
authorBrad Fitzpatrick <bradfitz@golang.org>
Fri, 30 Oct 2015 02:20:29 +0000 (02:20 +0000)
committerBrad Fitzpatrick <bradfitz@golang.org>
Fri, 30 Oct 2015 02:21:16 +0000 (02:21 +0000)
Many remain.

Change-Id: Icfe190c145a34f8aaa4d78e853dbc708962ba5ce
Reviewed-on: https://go-review.googlesource.com/16447
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
doc/go1.6.txt

index 57ded33b85cf6b3baf7626cee521fb908084ce2e..3027f5a98348bfed7ab5f82f355ac48a89a93bdc 100644 (file)
@@ -14,8 +14,11 @@ API additions and behavior changes:
 
 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/)
+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)
 net/url: make *url.Error implement net.Error (https://golang.org/cl/15672)
 strconv: QuoteToGraphic (https://golang.org/cl/14184/)
 text/template: ExecError (https://golang.org/cl/13957/)