From: Dave Cheney Date: Fri, 28 Aug 2015 04:51:13 +0000 (+1000) Subject: doc/go1.6.txt: start go1.6.txt with a note about nacl X-Git-Tag: go1.6beta1~1247 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=16cf8802f87de8738a585d7cd46a388e2afc9388;p=gostls13.git 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 --- 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/)