From f3aa009a124c3ae67c9b23c20191a2ca7d435d13 Mon Sep 17 00:00:00 2001 From: Rob Pike Date: Wed, 3 Jul 2013 11:46:09 +1000 Subject: [PATCH] doc/go1.2.txt: stable sort R=golang-dev, dave CC=golang-dev https://golang.org/cl/10761048 --- doc/go1.2.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/go1.2.txt b/doc/go1.2.txt index 0e36a7b182a..4196e56821a 100644 --- a/doc/go1.2.txt +++ b/doc/go1.2.txt @@ -22,4 +22,5 @@ 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). net: new build tag netgo for building a pure Go net package (CL 7100050). +sort: new Stable function provides stable sort (CL 9612044). testing: AllocsPerRun is now quantized to an integer (the type is still float64) (CL 9837049).