From: Joel Sing Date: Sat, 14 Mar 2015 12:53:31 +0000 (+1100) Subject: doc: note removal of dragonfly/386 port X-Git-Tag: go1.5beta1~1589 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=3e981d9830215632d2a34e68273cb4452b9e6ffc;p=gostls13.git doc: note removal of dragonfly/386 port Change-Id: Ibb7e4f6b95b7a9782a47221cafbe4f20dd77fd38 Reviewed-on: https://go-review.googlesource.com/7583 Reviewed-by: Minux Ma --- diff --git a/doc/go1.5.txt b/doc/go1.5.txt index 3f22496696..995ee8be93 100644 --- a/doc/go1.5.txt +++ b/doc/go1.5.txt @@ -5,6 +5,9 @@ build: Go 1.4 required to build (https://golang.org/cl/2470, https://golang.org/ New Ports: Darwin/ARM, a.k.a iOS. (https://golang.org/cl/2118, 2119, 3273, 2121, 2122, ..., 2127) +Removed Ports: +dragonfly/386 (https://golang.org/cl/7543) + API additions and behavior changes: archive/zip: add WriterAt function (https://golang.org/cl/7445)