mirror of
https://github.com/golang/go
synced 2024-11-19 08:44:39 -07:00
9bfb66e962
R=golang-codereviews CC=golang-codereviews https://golang.org/cl/103520044
10 lines
442 B
Plaintext
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)
|