aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan C. Mills <bcmills@google.com>2023-07-12 13:56:44 -0400
committerGopher Robot <gobot@golang.org>2023-07-12 18:13:43 +0000
commit230e54914209c134dbb6b09ffb143d7396c079a7 (patch)
treef45837dc75e04bcf6d19497974154c73e4095776
parent5e4000ad7ff153d90e77c97d7f29d3a2fa6c7de0 (diff)
downloadgo-230e54914209c134dbb6b09ffb143d7396c079a7.tar.gz
go-230e54914209c134dbb6b09ffb143d7396c079a7.zip
doc/go1.21: add a release note for CL 463177
I'm not sure why the relnote tool did not fill in a TODO for that change; one was requested in http://go.dev/cl/c/go/+/463177/3#message-87065dffb06e196fba9a325fefb32f16b41b6b15. Updates #50807. Updates #27225. Change-Id: If6be8c126bcafb04ba92de88d2fc74a0557a07b8 Reviewed-on: https://go-review.googlesource.com/c/go/+/509098 Reviewed-by: Cherry Mui <cherryyz@google.com> Auto-Submit: Bryan Mills <bcmills@google.com> TryBot-Result: Gopher Robot <gobot@golang.org> Run-TryBot: Bryan Mills <bcmills@google.com>
-rw-r--r--doc/go1.21.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/go1.21.html b/doc/go1.21.html
index 1a39a27c85..6c58cb0590 100644
--- a/doc/go1.21.html
+++ b/doc/go1.21.html
@@ -917,6 +917,12 @@ Do not send CLs removing the interior tags from such phrases.
names, stored as UTF-16, can't be represented as valid UTF-8.
</p>
+ <p><!-- CL 463177 -->
+ On Windows <a href="/pkg/os/#Lstat"><code>Lstat</code></a> now resolves
+ symbolic links for paths ending with a path separator, consistent with its
+ behavior on POSIX platforms.
+ </p>
+
<p><!-- https://go.dev/issue/54451, CL 491175 -->
The implementation of the
<a href="/pkg/io/fs/#DirEntry"><code>io/fs.DirEntry</code></a>