From 0ef041cfa5d51d86c25b039d7ae8aef8a92c085e Mon Sep 17 00:00:00 2001 From: Rob Pike Date: Thu, 21 Apr 2016 15:09:49 -0700 Subject: [PATCH] doc/go1.7.txt: 0s for zero duration, go doc groups constructors with types Change-Id: I4fc35649ff5a3510f5667b62e7e84e113e95dffe Reviewed-on: https://go-review.googlesource.com/22358 Reviewed-by: Rob Pike --- doc/go1.7.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/go1.7.txt b/doc/go1.7.txt index 0f179ad1af..7dd24edf90 100644 --- a/doc/go1.7.txt +++ b/doc/go1.7.txt @@ -6,6 +6,7 @@ cmd/link: "-X name value" form gone (CL 19614) cmd/compile: smaller binaries (many CLs) cmd/go, go/build: add support for Fortran (CL 19670, CL 4114) cmd/dist: introduce list subcommand to list all supported platforms (CL 19837) +cmd/doc: group constructors with types (CL 22354) Ports: @@ -20,3 +21,4 @@ net/http/httptest: ResponseRecorder supports trailer (CL 20047) (compat impact: net/url: support query string without values (CL 19931) net/textproto: permit all valid token chars in CanonicalMIMEHeaderKey input (CL 18725) go/doc: add Unordered boolean to Example struct (CL 19280) +time: print zero duration as 0s, not 0 (CL 22357) \ No newline at end of file -- 2.48.1