diff --git a/doc/go1.5.txt b/doc/go1.5.txt index 78076936cd..f053339292 100644 --- a/doc/go1.5.txt +++ b/doc/go1.5.txt @@ -30,6 +30,7 @@ encoding/base64: add unpadded encodings (https://golang.org/cl/1511) flag: new nicer format for PrintDefaults (https://go-review.googlesource.com/7330) 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) +log: add LUTC flag (https://golang.org/cl/8761) 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)