summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorIan Lance Taylor <iant@golang.org>2014-10-12 11:41:55 -0700
committerIan Lance Taylor <iant@golang.org>2014-10-12 11:41:55 -0700
commit743d7d8e7c4329f96f3f44aebce09790e7f30961 (patch)
tree47482439337863ecc7b58cf359ec04cdc651221e /doc
parent1e2b6799cb92a21b4acfcd0c2fea4c8dab53d45f (diff)
downloadgo-743d7d8e7c4329f96f3f44aebce09790e7f30961.tar.gz
go1.4: add note about change to bufio.SplitFunc at EOF
CC=golang-codereviews https://codereview.appspot.com/159800044
Diffstat (limited to 'doc')
-rw-r--r--doc/go1.4.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/go1.4.txt b/doc/go1.4.txt
index 6d5f84578..833d331cb 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)