aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShenghou Ma <minux@golang.org>2015-02-06 01:09:08 -0500
committerMinux Ma <minux@golang.org>2015-02-06 06:09:59 +0000
commit89669c6504abb947e0dab5994118f5cfced036db (patch)
tree9a30201ddeef0e7d7a178ab9ba563bdc8defc044
parent01fe1492712d53a9f0c47041736b6162a6ffa517 (diff)
downloadgo-89669c6504abb947e0dab5994118f5cfced036db.tar.xz
go1.5.txt: mention the Darwin/ARM port
Change-Id: I40feb9e65615a0f683cfc3f54e0c0cfabcf6a787 Reviewed-on: https://go-review.googlesource.com/4010 Reviewed-by: Minux Ma <minux@golang.org>
-rw-r--r--doc/go1.5.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/go1.5.txt b/doc/go1.5.txt
index f45ca068de..620ad7f85b 100644
--- a/doc/go1.5.txt
+++ b/doc/go1.5.txt
@@ -2,6 +2,9 @@ Overall:
build: Go 1.4 required to build (https://golang.org/cl/2470, https://golang.org/cl/2993)
+New Ports:
+Darwin/ARM, a.k.a iOS. (https://golang.org/cl/2118, 2119, 3273, 2121, 2122, ..., 2127)
+
API additions and behavior changes:
bufio: add Reader.Discard (https://golang.org/cl/2260)