]> Cypherpunks repositories - gostls13.git/commitdiff
doc/go1.2.txt: document previously committed features
authorPieter Droogendijk <pieter@binky.org.uk>
Thu, 8 Aug 2013 16:57:31 +0000 (09:57 -0700)
committerBrad Fitzpatrick <bradfitz@golang.org>
Thu, 8 Aug 2013 16:57:31 +0000 (09:57 -0700)
R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/12585044

doc/go1.2.txt

index 88a2249d4cbcd496e256e6b08fbd43b2ddb6f6c4..d590d80eb0adbd637e7ece3e16af1e5d39211ab3 100644 (file)
@@ -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).