From: Tobias Klauser Date: Wed, 25 Nov 2020 11:57:38 +0000 (+0100) Subject: doc/go1.16: add time/tzdata release note for CL 261877 X-Git-Tag: go1.16beta1~159 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=9dc2350d8cb10f8af5f3551aeb5e3e8bf820c071;p=gostls13.git doc/go1.16: add time/tzdata release note for CL 261877 For #40700 Change-Id: I056cef20a5f071977d0ae589c7a50d5f69af3283 Reviewed-on: https://go-review.googlesource.com/c/go/+/273166 Trust: Tobias Klauser Reviewed-by: Ian Lance Taylor Reviewed-by: Dmitri Shuralyov --- diff --git a/doc/go1.16.html b/doc/go1.16.html index 2e26d659ba..8e83930663 100644 --- a/doc/go1.16.html +++ b/doc/go1.16.html @@ -701,7 +701,9 @@ Do not send CLs removing the interior tags from such phrases.
time/tzdata

- TODO: https://golang.org/cl/261877: use slim tz data format + The slim timezone data format is now used for the time zone database in + $GOROOT/lib/time/zoneinfo.zip and the embedded copy in this + package. This reduces the size of the time zone database by about 350 KB.