diff --git a/doc/go1.5.txt b/doc/go1.5.txt index fc410c9001..450efa7912 100644 --- a/doc/go1.5.txt +++ b/doc/go1.5.txt @@ -3,6 +3,7 @@ Overall: - new GC - go tool asm, go tool compile, go tool link - default output files changed: now file.o and a.out +- internal enforced even outside standard library (golang.org/s/go14internal; https://golang.org/cl/9156) Language: - permit omission of key type in map composite literals where key is a composite literal (https://golang.org/cl/2591)