From 30fde1b2795c2db5672b86a45ec32fdb8942573e Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Fri, 24 May 2013 16:34:50 -0400 Subject: [PATCH] doc: start go 1.2 notes This is a file of hints, not a file of polished text. Let's not try to do polished text until we start the release process. R=golang-dev, gri CC=golang-dev https://golang.org/cl/9750043 --- doc/go1.2.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 doc/go1.2.txt diff --git a/doc/go1.2.txt b/doc/go1.2.txt new file mode 100644 index 0000000000..844e367a0a --- /dev/null +++ b/doc/go1.2.txt @@ -0,0 +1,11 @@ +This file collects notes about what has changed since Go 1.1 +and should be mentioned in the Go 1.2 release notes. +During the Go 1.2 release process it will be necessary to convert +it to HTML, similar to go1.1.html, but for now it is a text file, +to make the process of keeping it up-to-date more lightweight. + +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). + +io: Copy prioritizes WriterTo over ReaderFrom (CL 9462044). -- 2.48.1