1
0
mirror of https://github.com/golang/go synced 2024-09-25 01:30:13 -06:00

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>
This commit is contained in:
Shenghou Ma 2015-02-06 01:09:08 -05:00 committed by Minux Ma
parent 01fe149271
commit 89669c6504

View 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)