doc: note removal of dragonfly/386 port

Change-Id: Ibb7e4f6b95b7a9782a47221cafbe4f20dd77fd38
Reviewed-on: https://go-review.googlesource.com/7583
Reviewed-by: Minux Ma <minux@golang.org>
This commit is contained in:
Joel Sing 2015-03-14 23:53:31 +11:00
parent d7e3d69e1c
commit 3e981d9830

View file

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