From 306c29e963c6d236f0fcfa4fb82cdb85837add26 Mon Sep 17 00:00:00 2001 From: Rob Pike Date: Tue, 13 Aug 2013 13:39:45 +1000 Subject: [PATCH] doc/go1.2.txt: bufio.{Writer,Reader}.Reset R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/12830043 --- doc/go1.2.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/go1.2.txt b/doc/go1.2.txt index 919be5fef78..8493921adb8 100644 --- a/doc/go1.2.txt +++ b/doc/go1.2.txt @@ -14,6 +14,7 @@ cmd/cgo, cmd/go: support including C++ code with cgo (CL 8248043). cmd/gc: make missing package error fatal (CL 12677043). cmd/go: test coverage (CL 10413044). +bufio: add Reset methods to Reader and Writer (CL 12603049). compress/bzip2: support concatenated files (CL 12387044). container/heap: added Fix (CL 12265043). container/list: added MoveBefore and MoveAfter (CL 12021044).