]> Cypherpunks repositories - gostls13.git/commitdiff
go1.5.txt: mention the Darwin/ARM port
authorShenghou Ma <minux@golang.org>
Fri, 6 Feb 2015 06:09:08 +0000 (01:09 -0500)
committerMinux Ma <minux@golang.org>
Fri, 6 Feb 2015 06:09:59 +0000 (06:09 +0000)
Change-Id: I40feb9e65615a0f683cfc3f54e0c0cfabcf6a787
Reviewed-on: https://go-review.googlesource.com/4010
Reviewed-by: Minux Ma <minux@golang.org>
doc/go1.5.txt

index f45ca068de8476d82f8f830af03c49d0ddf6680d..620ad7f85bdda19230ddaf788f01c32b1f14fff5 100644 (file)
@@ -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)