From 3a6de21ae1ff4b6a701f0f62fee21f7289ded519 Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Thu, 12 Jun 2014 20:06:16 -0400 Subject: [PATCH] doc: add go1.4.txt CC=golang-codereviews https://golang.org/cl/103340046 --- doc/go1.4.txt | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 doc/go1.4.txt diff --git a/doc/go1.4.txt b/doc/go1.4.txt new file mode 100644 index 0000000000..78e4ea0c3e --- /dev/null +++ b/doc/go1.4.txt @@ -0,0 +1,6 @@ +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). -- 2.50.0