1
0
mirror of https://github.com/golang/go synced 2024-11-22 14:24:45 -07:00

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>
This commit is contained in:
Bryan C. Mills 2023-07-12 13:56:44 -04:00 committed by Gopher Robot
parent 5e4000ad7f
commit 230e549142

View File

@ -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>