Skip to content

Commit

Permalink
doc/go1.21: add a release note for CL 463177
Browse files Browse the repository at this point in the history
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 golang#50807.
Updates golang#27225.

Change-Id: If6be8c126bcafb04ba92de88d2fc74a0557a07b8
Reviewed-on: https://go-review.googlesource.com/c/go/+/509098
Reviewed-by: Cherry Mui <[email protected]>
Auto-Submit: Bryan Mills <[email protected]>
TryBot-Result: Gopher Robot <[email protected]>
Run-TryBot: Bryan Mills <[email protected]>
  • Loading branch information
Bryan C. Mills authored and bradfitz committed Jul 15, 2023
1 parent 4450832 commit 83ffbf3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions doc/go1.21.html
Original file line number Diff line number Diff line change
Expand Up @@ -917,6 +917,12 @@ <h3 id="minor_library_changes">Minor changes to the library</h3>
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>
Expand Down

0 comments on commit 83ffbf3

Please sign in to comment.