]> Cypherpunks repositories - gostls13.git/commitdiff
doc: mention net.SocketConn, net.SocketPacketConn in go1.5.txt
authorMikio Hara <mikioh.mikioh@gmail.com>
Wed, 13 May 2015 01:06:20 +0000 (10:06 +0900)
committerMikio Hara <mikioh.mikioh@gmail.com>
Wed, 13 May 2015 21:41:08 +0000 (21:41 +0000)
Change-Id: I6bda19877ae5148ad349cfb8929f1103740422bb
Reviewed-on: https://go-review.googlesource.com/10005
Reviewed-by: Ian Lance Taylor <iant@golang.org>
doc/go1.5.txt

index b0602f9b77a022f192d2cb0dba9962136359362a..571a9f17d008656e9a9808b2bc4ac482b82627a5 100644 (file)
@@ -53,6 +53,7 @@ mime: add ExtensionByType (https://golang.org/cl/7444)
 mime/quotedprintable: new package (https://golang.org/cl/5940 + others)
 net: add Source field to OpError (https://go-review.googlesource.com/9231)
 net: fix inconsistent errors (https://golang.org/cl/9236)
+net: add SocketConn, SocketPacketConn (https://golang.org/cl/9275)
 net/http: support for setting trailers from a server Handler (https://golang.org/cl/2157)
 net/http: ignore the Unix epoch time in ServeContent (https://golang.org/cl/7915)
 net/http/cgi: fix REMOTE_ADDR, REMOTE_HOST, add REMOTE_PORT (https://golang.org/cl/4933)