]> Cypherpunks repositories - gostls13.git/commitdiff
doc: add go1.4.txt
authorRuss Cox <rsc@golang.org>
Fri, 13 Jun 2014 00:06:16 +0000 (20:06 -0400)
committerRuss Cox <rsc@golang.org>
Fri, 13 Jun 2014 00:06:16 +0000 (20:06 -0400)
CC=golang-codereviews
https://golang.org/cl/103340046

doc/go1.4.txt [new file with mode: 0644]

diff --git a/doc/go1.4.txt b/doc/go1.4.txt
new file mode 100644 (file)
index 0000000..78e4ea0
--- /dev/null
@@ -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).