From: Nigel Tao Date: Mon, 13 May 2013 04:58:27 +0000 (-0700) Subject: doc: add a "New packages" section to the 1.1 release notes. X-Git-Tag: go1.2rc2~1532 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=0ae5036b268648305496acc09e0875b258c95e0d;p=gostls13.git doc: add a "New packages" section to the 1.1 release notes. R=adg, r CC=golang-dev https://golang.org/cl/9344044 --- diff --git a/doc/go1.1.html b/doc/go1.1.html index b242e0734b..6256ae2010 100644 --- a/doc/go1.1.html +++ b/doc/go1.1.html @@ -694,6 +694,36 @@ The old package exp/norm has also been moved, but to a new reposito be developed.

+

New packages

+ +

+There are three new packages. +

+ + +

Minor changes to the library

@@ -796,17 +826,6 @@ information that the godoc command can filter or present according to the value of the -notes flag. -

  • -A new package, go/format, provides -a convenient way for a program to access the formatting capabilities of gofmt. -It has two functions, -Node to format a Go parser -Node, -and -Source -to format arbitrary Go source code. -
  • -
  • The undocumented and only partially implemented "noescape" feature of the html/template @@ -943,10 +962,6 @@ a Response.Body is closed bef being fully consumed.
  • -
  • -The new net/http/cookiejar package provides the basics for managing HTTP cookies. -
  • -
  • The net/mail package has two new functions, ParseAddress and