From 2f0acc1e8010f03e86ce72f3c2aac13958d5ff41 Mon Sep 17 00:00:00 2001 From: Pieter Droogendijk Date: Thu, 8 Aug 2013 09:57:31 -0700 Subject: [PATCH] doc/go1.2.txt: document previously committed features R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/12585044 --- doc/go1.2.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/go1.2.txt b/doc/go1.2.txt index 88a2249d4c..d590d80eb0 100644 --- a/doc/go1.2.txt +++ b/doc/go1.2.txt @@ -12,6 +12,8 @@ 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). cmd/go: test coverage (CL 10413044). +container/heap: added Fix (CL 12265043). +container/list: added MoveBefore and MoveAfter (CL 12021044). crypto/md5: Sum function to simplify hashing (CL10624044). crypto/sha1: Sum function to simplify hashing (CL 10571043). crypto/sha256: Sum256 and Sum224 functions to simplify hashing (CL 10629043). @@ -27,6 +29,7 @@ image/draw: added Quantizer type (CL 11148043). image/gif: added Encode and EncodeAll (CL 10896043). io: Copy prioritizes WriterTo over ReaderFrom (CL 9462044). net: new build tag netgo for building a pure Go net package (CL 7100050). +runtime: allow SetFinalizer with a func(interface{}) (CL 11858043). runtime: preemption of goroutines at function entry (CL 12371043). sort: new Stable function provides stable sort (CL 9612044). syscall: implemented Sendfile for Darwin, added Syscall9 for Darwin/amd64 (CL 10980043). -- 2.48.1