]> Cypherpunks repositories - gostls13.git/commitdiff
Add reflect.FuncOf to docs/go1.5.text
authorDave Day <djd@golang.org>
Thu, 16 Apr 2015 05:37:51 +0000 (15:37 +1000)
committerDave Day <djd@golang.org>
Thu, 16 Apr 2015 05:55:22 +0000 (05:55 +0000)
Change-Id: I6089cebf7de73ce9c4e53ad3e8ef2673d970bda2
Reviewed-on: https://go-review.googlesource.com/8908
Reviewed-by: Rob Pike <r@golang.org>
doc/go1.5.txt

index a98f83aa9942067744eb3312a29efa20e9329f7c..2ecbef5d98c38b2c1efc9bdb635802d5fa41745a 100644 (file)
@@ -42,6 +42,7 @@ 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)
 net/smtp: add TLSConnectionState accessor (https://golang.org/cl/2151)
 os/signal: add Ignore and Reset (https://golang.org/cl/3580)
+reflect: add FuncOf (https://golang.org/cl/1996)
 runtime, syscall: use SYSCALL instruction on FreeBSD (Go 1.5 now requires FreeBSD 8-STABLE+) (https://golang.org/cl/3020)
 runtime, syscall: use get_random_bytes syscall for NaCl (Go 1.5 now requires NaCl SDK pepper-39 or above) (https://golang.org/cl/1755)
 strings: add Compare(x, y string) int, for symmetry with bytes.Compare (https://golang.org/cl/2828)