]> Cypherpunks repositories - gostls13.git/commitdiff
doc/go1.2.txt: compress/flate changes
authorRob Pike <r@golang.org>
Fri, 30 Aug 2013 05:32:51 +0000 (15:32 +1000)
committerRob Pike <r@golang.org>
Fri, 30 Aug 2013 05:32:51 +0000 (15:32 +1000)
R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/13324046

doc/go1.2.txt

index 455e6bdb3c09c4059f9be990bca0c034d5f9ff19..991762eed037edf3da4a0943dac6df950d9398cf 100644 (file)
@@ -31,6 +31,7 @@ cmd/go: delete 'go doc' (CL 12974043).
 archive/zip: add File.DataOffset accessor (CL 12784045).
 bufio: add Reset methods to Reader and Writer (CL 12603049).
 compress/bzip2: support concatenated files (CL 12387044).
+compress/flate: implement Reset method on Writer (CL 12265043).
 container/heap: added Fix (CL 12265043).
 container/list: added MoveBefore and MoveAfter (CL 12021044).
 crypto/cipher: AES-GCM mode (CL 12375043).