]> Cypherpunks repositories - gostls13.git/commitdiff
doc/go1.5.txt: fmt fix for empty byte slice
authorRob Pike <r@golang.org>
Mon, 13 Apr 2015 21:40:09 +0000 (14:40 -0700)
committerRob Pike <r@golang.org>
Mon, 13 Apr 2015 21:40:24 +0000 (21:40 +0000)
Change-Id: I392cedc49847c8ea0daa38024fca97a289d805af
Reviewed-on: https://go-review.googlesource.com/8890
Reviewed-by: Rob Pike <r@golang.org>
doc/go1.5.txt

index f05333929220a282c2e16247138ba6a8a420dc70..d0259f15a54f4d167ae3824795afabed6c4fa53e 100644 (file)
@@ -27,7 +27,8 @@ crypto/tls: change default minimum version to TLS 1.0. (https://golang.org/cl/17
 crypto/x509: wildcards are now only accepted as the first label (https://golang.org/cl/5691)
 database/sql: add Stats (https://golang.org/cl/7950)
 encoding/base64: add unpadded encodings (https://golang.org/cl/1511)
-flag: new nicer format for PrintDefaults (https://go-review.googlesource.com/7330)
+flag: new nicer format for PrintDefaults (https://golang.org/cl/7330)
+fmt: empty slices now print nothing with %x (bug fix) (https://golang.org/cl/8864)
 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)