From 16cf8802f87de8738a585d7cd46a388e2afc9388 Mon Sep 17 00:00:00 2001 From: Dave Cheney Date: Fri, 28 Aug 2015 14:51:13 +1000 Subject: [PATCH] doc/go1.6.txt: start go1.6.txt with a note about nacl Start go1.6.txt with a note that nacl ports are no longer restricted to pepper_41 and a record of the text/template change. Change-Id: I21dda64aec113c35caf1d565f29e3aac8171480a Reviewed-on: https://go-review.googlesource.com/14004 Reviewed-by: Rob Pike --- doc/go1.6.txt | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 doc/go1.6.txt diff --git a/doc/go1.6.txt b/doc/go1.6.txt new file mode 100644 index 0000000000..d62d4e4b76 --- /dev/null +++ b/doc/go1.6.txt @@ -0,0 +1,7 @@ +Ports: + +NaCl is no longer restricted to pepper_41 (https://golang.org/cl/13958/) + +API additions and behavior changes: + +text/template: ExecError (https://golang.org/cl/13957/) -- 2.48.1