]> Cypherpunks repositories - gostls13.git/commitdiff
doc/go1.4.txt: add compress/* Reset note
authorBrad Fitzpatrick <bradfitz@golang.org>
Mon, 20 Oct 2014 08:02:25 +0000 (10:02 +0200)
committerBrad Fitzpatrick <bradfitz@golang.org>
Mon, 20 Oct 2014 08:02:25 +0000 (10:02 +0200)
CC=golang-codereviews
https://golang.org/cl/156430043

doc/go1.4.txt

index df98de5c76151eb169c51f57ba310799e9f18ad0..ae52562df9403935364b2a6f98ffa532f513dfc2 100644 (file)
@@ -21,6 +21,7 @@ cmd/go: (via go/build): a GOOS prefix acts as a tag only if preceded by an under
 
 asm: make textflag.h available outside of cmd/ld (CL 128050043)
 bufio: handling of empty tokens at EOF changed, may require scanner change (CL 145390043)
+compress/flate, compress/gzip, compress/zlib: Reset support (https://codereview.appspot.com/97140043)
 crypto/tls: add support for ALPN (RFC 7301) (CL 108710046)
 crypto/tls: support programmatic selection of server certificates (CL 107400043)
 flag: it is now an error to set a flag multiple times (CL 156390043)