]> Cypherpunks repositories - gostls13.git/commitdiff
doc/go1.5.txt: mention zip.WriterAt
authorAndrew Gerrand <adg@golang.org>
Thu, 12 Mar 2015 21:34:00 +0000 (08:34 +1100)
committerAndrew Gerrand <adg@golang.org>
Thu, 12 Mar 2015 22:24:16 +0000 (22:24 +0000)
Change-Id: I9f5ca101e0d2fe71cb1ca810cfeeb82c12f5f8e7
Reviewed-on: https://go-review.googlesource.com/7491
Reviewed-by: Andrew Gerrand <adg@golang.org>
doc/go1.5.txt

index 5aa34b80d27745ef243d0eee5f45ec9119f78dfe..3f2249669679ef0ed07ab988210c5e0f15bcb15e 100644 (file)
@@ -7,6 +7,7 @@ Darwin/ARM, a.k.a iOS. (https://golang.org/cl/2118, 2119, 3273, 2121, 2122, ...,
 
 API additions and behavior changes:
 
+archive/zip: add WriterAt function (https://golang.org/cl/7445)
 bufio: add Reader.Discard (https://golang.org/cl/2260)
 crypto/cipher: clarify what will happen if len(src) != len(dst) for the Stream interface. (https://golang.org/cl/1754)
 crypto/elliptic: add Name field to CurveParams struct (https://golang.org/cl/2133)