From 0ae5036b268648305496acc09e0875b258c95e0d Mon Sep 17 00:00:00 2001 From: Nigel Tao Date: Sun, 12 May 2013 21:58:27 -0700 Subject: [PATCH] doc: add a "New packages" section to the 1.1 release notes. R=adg, r CC=golang-dev https://golang.org/cl/9344044 --- doc/go1.1.html | 45 ++++++++++++++++++++++++++++++--------------- 1 file changed, 30 insertions(+), 15 deletions(-) diff --git a/doc/go1.1.html b/doc/go1.1.html index b242e0734bc..6256ae2010a 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