summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShenghou Ma <minux.ma@gmail.com>2013-06-03 03:09:47 +0800
committerShenghou Ma <minux.ma@gmail.com>2013-06-03 03:09:47 +0800
commitc10761cbcbd76d8e36ca8ab0f8d5f58a4ea49a0b (patch)
tree1d54bd21b2dfa689e1006387c39d1bfa37901b7d
parent3ccde579ea37f7a04c11cf22e1bf9fe8d5821009 (diff)
downloadgo-c10761cbcbd76d8e36ca8ab0f8d5f58a4ea49a0b.tar.gz
doc/go1.2.txt: update for CL 8248043.
R=golang-dev, r CC=golang-dev https://codereview.appspot.com/9949044
-rw-r--r--doc/go1.2.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/go1.2.txt b/doc/go1.2.txt
index dcb4783e3..e86bb450b 100644
--- a/doc/go1.2.txt
+++ b/doc/go1.2.txt
@@ -9,7 +9,9 @@ package or cmd/xxx directory name, and ending in a CL number.
Please keep the list sorted (as in sort.Strings of the lines).
cmd/5a: removed support for R9/R10 (use m/g instead) (CL 9840043).
+cmd/cgo, cmd/go: support including C++ code with cgo (CL 8248043).
fmt: indexed access to arguments in Printf etc. (CL 9680043).
+go/build: support including C++ code with cgo (CL 8248043).
io: Copy prioritizes WriterTo over ReaderFrom (CL 9462044).
testing: AllocsPerRun is now quantized to an integer (the type is still float64) (CL 9837049).