From 9294a08f1b2a8470fdb52504caf06a532a678b09 Mon Sep 17 00:00:00 2001 From: Andrew Gerrand Date: Mon, 13 May 2013 09:24:34 -0700 Subject: [PATCH] [release-branch.go1.1] doc: add a "New packages" section to the 1.1 release notes. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit ««« 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 --- 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 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 -- 2.50.0