From 827a8a56c607f4b9173ef9f5417b6e9e8674a826 Mon Sep 17 00:00:00 2001 From: Brad Fitzpatrick Date: Tue, 7 Apr 2015 11:59:52 +0200 Subject: [PATCH] doc: add mime/quotedprintable to go1.5.txt Change-Id: Iace8941c947253b1141f4194c5d2010c420ec220 Reviewed-on: https://go-review.googlesource.com/8540 Reviewed-by: Brad Fitzpatrick --- doc/go1.5.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/go1.5.txt b/doc/go1.5.txt index a697ac33c5..0167141608 100644 --- a/doc/go1.5.txt +++ b/doc/go1.5.txt @@ -32,6 +32,7 @@ go/ast: add Implicit field to ast.EmptyStmt; changed meaning of ast.EmptyStmt.Se log: add SetOutput functions (https://golang.org/cl/2686, https://golang.org/cl/3023) math/big: add arbitrary precision Floats (many cl's) mime: add ExtensionByType (https://golang.org/cl/7444) +mime/quotedprintable: new package (https://golang.org/cl/5940 + others) net/http: support for setting trailers from a server Handler (https://golang.org/cl/2157) net/http: ignore the Unix epoch time in ServeContent (https://golang.org/cl/7915) net/http/cgi: fix REMOTE_ADDR, REMOTE_HOST, add REMOTE_PORT (https://golang.org/cl/4933) -- 2.48.1