commit | 85fc2f70acf1ad1f834e826a1bbde3e02fe2c9ee | [log] [tgz] |
---|---|---|
author | Rob Pike <r@golang.org> | Thu May 30 12:41:20 2013 -0400 |
committer | Rob Pike <r@golang.org> | Thu May 30 12:41:20 2013 -0400 |
tree | 9530332323e5ad62e90e3e617803f5108d19da82 | |
parent | cf5dd6ad644ef0f12e5e1f550a3721b146ad177a [diff] |
doc/go1.2.txt: AllocsPerRun now quantized R=golang-dev, khr, rsc CC=golang-dev https://golang.org/cl/9728045
diff --git a/doc/go1.2.txt b/doc/go1.2.txt index fd09d6a..dcb4783 100644 --- a/doc/go1.2.txt +++ b/doc/go1.2.txt
@@ -12,3 +12,4 @@ fmt: indexed access to arguments in Printf etc. (CL 9680043). io: Copy prioritizes WriterTo over ReaderFrom (CL 9462044). +testing: AllocsPerRun is now quantized to an integer (the type is still float64) (CL 9837049).