From: Rob Pike Date: Fri, 25 Sep 2015 21:56:30 +0000 (-0700) Subject: doc: go1.6.txt: bufio.ErrFinalToken X-Git-Tag: go1.6beta1~979 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=81fada52a6abe385c7e996f9908d8733fb5f0f28;p=gostls13.git doc: go1.6.txt: bufio.ErrFinalToken Change-Id: I2714faa6e8aa7b81a05f0e015b045a57407d808d Reviewed-on: https://go-review.googlesource.com/14996 Reviewed-by: Rob Pike --- diff --git a/doc/go1.6.txt b/doc/go1.6.txt index eb9ff14b46..2e88eaddfd 100644 --- a/doc/go1.6.txt +++ b/doc/go1.6.txt @@ -10,6 +10,7 @@ NaCl is no longer restricted to pepper_41 (https://golang.org/cl/13958/) API additions and behavior changes: bufio: add Scanner.Buffer (https://golang.org/cl/14599/) +bufio: add ErrFinalToken as a sentinel value for Scan's split functions (https://golang.org/cl/14924) fmt: allow any integer type as an argument to the * operator (https://golang.org/cl/14491/) math/rand: add Read (https://golang.org/cl/14522) strconv: QuoteToGraphic (https://golang.org/cl/14184/)