diff --git a/doc/go1.5.txt b/doc/go1.5.txt index ae703961de..46108573d3 100644 --- a/doc/go1.5.txt +++ b/doc/go1.5.txt @@ -8,6 +8,9 @@ log: add global Output function (https://golang.org/cl/2686) net/http: support for setting trailers from a server Handler (https://golang.org/cl/2157) net/smtp: add TLSConnectionState accessor (https://golang.org/cl/2151) +Tools: + +cmd/vet: better validation of struct tags (https://golang.org/cl/2685) Performance: