]> Cypherpunks repositories - gostls13.git/commitdiff
doc/go1.6.txt: start go1.6.txt with a note about nacl
authorDave Cheney <dave@cheney.net>
Fri, 28 Aug 2015 04:51:13 +0000 (14:51 +1000)
committerDave Cheney <dave@cheney.net>
Fri, 28 Aug 2015 05:46:02 +0000 (05:46 +0000)
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 <r@golang.org>
doc/go1.6.txt [new file with mode: 0644]

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