From: Andrew Gerrand Date: Mon, 13 May 2013 16:24:34 +0000 (-0700) Subject: [release-branch.go1.1] doc: add a "New packages" section to the 1.1 release notes. X-Git-Tag: go1.1~2 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=9294a08f1b2a8470fdb52504caf06a532a678b09;p=gostls13.git [release-branch.go1.1] doc: add a "New packages" section to the 1.1 release notes. ««« CL 9344044 / 880991592ded doc: add a "New packages" section to the 1.1 release notes. R=adg, r CC=golang-dev https://golang.org/cl/9344044 »»» R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/9386043 --- 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