Commit 754bb715 authored by Robert Griesemer's avatar Robert Griesemer Committed by Brad Fitzpatrick

doc/go1.5.txt: updated (composite literal lang. change, math/big.Float support)

Change-Id: Ib8df771957f9a5bf00bee7eb8cb361d4acd5813f
Reviewed-on: https://go-review.googlesource.com/7911Reviewed-by: default avatarBrad Fitzpatrick <bradfitz@golang.org>
parent 9ee6baa8
Overall: Overall:
build: Go 1.4 required to build (https://golang.org/cl/2470, https://golang.org/cl/2993) Language:
permit omission of key type in map composite literals where key is a composite literal (https://golang.org/cl/2591)
Build:
Go 1.4 required to build (https://golang.org/cl/2470, https://golang.org/cl/2993)
New Ports: New Ports:
Darwin/ARM, a.k.a iOS. (https://golang.org/cl/2118, 2119, 3273, 2121, 2122, ..., 2127) Darwin/ARM, a.k.a iOS. (https://golang.org/cl/2118, 2119, 3273, 2121, 2122, ..., 2127)
...@@ -20,6 +24,7 @@ encoding/base64: add unpadded encodings (https://golang.org/cl/1511) ...@@ -20,6 +24,7 @@ encoding/base64: add unpadded encodings (https://golang.org/cl/1511)
flag: new nicer format for PrintDefaults (https://go-review.googlesource.com/7330) flag: new nicer format for PrintDefaults (https://go-review.googlesource.com/7330)
go/ast: add Implicit field to ast.EmptyStmt; changed meaning of ast.EmptyStmt.Semicolon position (https://golang.org/cl/5720) go/ast: add Implicit field to ast.EmptyStmt; changed meaning of ast.EmptyStmt.Semicolon position (https://golang.org/cl/5720)
log: add SetOutput functions (https://golang.org/cl/2686, https://golang.org/cl/3023) log: add SetOutput functions (https://golang.org/cl/2686, https://golang.org/cl/3023)
math/big: add arbitrary precision Floats (many cl's)
net/http: support for setting trailers from a server Handler (https://golang.org/cl/2157) net/http: support for setting trailers from a server Handler (https://golang.org/cl/2157)
net/http/cgi: fix REMOTE_ADDR, REMOTE_HOST, add REMOTE_PORT (https://golang.org/cl/4933) net/http/cgi: fix REMOTE_ADDR, REMOTE_HOST, add REMOTE_PORT (https://golang.org/cl/4933)
net/smtp: add TLSConnectionState accessor (https://golang.org/cl/2151) net/smtp: add TLSConnectionState accessor (https://golang.org/cl/2151)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment