From 2f7ad5265c4145a5b73984342cc0605bf9756622 Mon Sep 17 00:00:00 2001 From: Josh Bleecher Snyder Date: Fri, 27 Mar 2015 11:11:54 -0700 Subject: [PATCH] doc/go1.5.txt: add ExtensionByType to mime Change-Id: Iacbf06cf30a8a9630d8ee1f6934cbdef93ae0fc9 Reviewed-on: https://go-review.googlesource.com/8163 Reviewed-by: Josh Bleecher Snyder --- doc/go1.5.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/go1.5.txt b/doc/go1.5.txt index ca62a11db74..efbc96d1c3d 100644 --- a/doc/go1.5.txt +++ b/doc/go1.5.txt @@ -28,6 +28,7 @@ flag: new nicer format for PrintDefaults (https://go-review.googlesource.com/733 go/ast: add Implicit field to ast.EmptyStmt; changed meaning of ast.EmptyStmt.Semicolon position (https://golang.org/cl/5720) 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) 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)