aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShenghou Ma <minux@golang.org>2016-11-07 19:16:17 -0500
committerMinux Ma <minux@golang.org>2016-11-08 00:19:30 +0000
commitde847be6a4ca3e5d22c056e09aadc30a0a777a08 (patch)
treee32ff784b655a30429cf3a5b7d87e67852b72e84
parent2fc67e71af142bfa1e7662a4fde361f43509d2d7 (diff)
downloadgo-de847be6a4ca3e5d22c056e09aadc30a0a777a08.tar.gz
go-de847be6a4ca3e5d22c056e09aadc30a0a777a08.zip
doc/go1.8.txt: mention os.Executable addition
Change-Id: Id3d571666b9275e3fa5cb20762afbd391dbcdeba Reviewed-on: https://go-review.googlesource.com/32883 Reviewed-by: Minux Ma <minux@golang.org>
-rw-r--r--doc/go1.8.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/go1.8.txt b/doc/go1.8.txt
index d8d2b2635e..ae9c455620 100644
--- a/doc/go1.8.txt
+++ b/doc/go1.8.txt
@@ -259,6 +259,7 @@ net: there are no invalid domain names anymore (CL 31468)
net: use libresolv rules for ndots range and validation (CL 24901)
os, syscall: fix incorrect offset calculation in Readlink on windows (CL 31118)
os: add ErrClosed, return for use of closed File (CL 30614)
+os: add Executable() (CL 16551)
os: consider only files from #M as regular on Plan 9 (CL 32152)
os: don't let File.Readdir return an empty slice and nil error (CL 28056)
os: make IsExist report true on ERROR_DIR_NOT_EMPTY on Windows (CL 29753)