1
0
mirror of https://github.com/golang/go synced 2024-11-19 08:44:39 -07:00
go/doc/go1.4.txt
Dmitriy Vyukov 9bfb66e962 doc: say that race detector is supported on freebsd
R=golang-codereviews
CC=golang-codereviews
https://golang.org/cl/103520044
2014-06-21 20:19:49 +04:00

10 lines
442 B
Plaintext

This file collects notes about what has changed since Go 1.3
and should be mentioned in the Go 1.4 release notes.
Please keep the descriptions to a single line, starting with the
package or cmd/xxx directory name, and ending in a CL number.
Please keep the list sorted (as in sort.Strings of the lines).
runtime/race: freebsd is supported (CL 107270043)
time: use the micro symbol (µ (U+00B5)) to print microsecond duration (CL 105030046)