Commit 59bac0be authored by Marcel van Lohuizen's avatar Marcel van Lohuizen

doc: updated go1.6 with reflect change for unexported embedded structs

Change-Id: I53c196925fb86784b31dea799c27e79574d35fcc
Reviewed-on: https://go-review.googlesource.com/16304Reviewed-by: default avatarMarcel van Lohuizen <mpvl@golang.org>
parent e9f90ba2
...@@ -10,6 +10,12 @@ Ports: ...@@ -10,6 +10,12 @@ Ports:
NaCl is no longer restricted to pepper_41 (https://golang.org/cl/13958/) NaCl is no longer restricted to pepper_41 (https://golang.org/cl/13958/)
Reflect change:
cmd/compile/internal/gc: make embedded unexported structs RO (https://golang.org/cl/14085)
encoding/json: check for exported fields in embedded structs (https://golang.org/cl/14011)
encoding/xml: check for exported fields in embedded structs (https://golang.org/cl/14012)
reflect: adjust access to unexported embedded structs (https://golang.org/cl/14010)
API additions and behavior changes: API additions and behavior changes:
bufio: add Scanner.Buffer (https://golang.org/cl/14599/) bufio: add Scanner.Buffer (https://golang.org/cl/14599/)
......
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