From: Ian Lance Taylor Date: Sun, 12 Oct 2014 18:41:55 +0000 (-0700) Subject: go1.4: add note about change to bufio.SplitFunc at EOF X-Git-Tag: go1.4beta1~137 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=7c74850d764665aedcef8831cf028bea93f35178;p=gostls13.git go1.4: add note about change to bufio.SplitFunc at EOF CC=golang-codereviews https://golang.org/cl/159800044 --- diff --git a/doc/go1.4.txt b/doc/go1.4.txt index 6d5f845789..833d331cb0 100644 --- a/doc/go1.4.txt +++ b/doc/go1.4.txt @@ -20,6 +20,7 @@ cmd/go: compile and link all _test.go files during 'go test', even in packages w cmd/go: (via go/build): a GOOS prefix acts as a tag only if preceded by an underscore. this is a breaking change. (CL 147690043) 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) crypto/tls: add support for ALPN (RFC 7301) (CL 108710046) crypto/tls: support programmatic selection of server certificates (CL 107400043) fmt: print type *map[T]T as &map[k:v] (CL 154870043)