doc/go1.4.txt: add compress/* Reset note

CC=golang-codereviews
https://golang.org/cl/156430043
This commit is contained in:
Brad Fitzpatrick 2014-10-20 10:02:25 +02:00
parent 193d09a659
commit 8ba47e3d99

View 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) 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) 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: add support for ALPN (RFC 7301) (CL 108710046)
crypto/tls: support programmatic selection of server certificates (CL 107400043) crypto/tls: support programmatic selection of server certificates (CL 107400043)
flag: it is now an error to set a flag multiple times (CL 156390043) flag: it is now an error to set a flag multiple times (CL 156390043)