diff --git a/doc/go1.2.txt b/doc/go1.2.txt index dcb4783e351..e86bb450be2 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).