]> Cypherpunks.ru repositories - gostls13.git/commitdiff
doc/go1.21: add a release note for CL 463177
authorBryan C. Mills <bcmills@google.com>
Wed, 12 Jul 2023 17:56:44 +0000 (13:56 -0400)
committerGopher Robot <gobot@golang.org>
Wed, 12 Jul 2023 18:13:43 +0000 (18:13 +0000)
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>

doc/go1.21.html

index 1a39a27c8590ed92b13e8ddc47fbea7509b5e4c0..6c58cb05902b313c5ef6c170bea29bb8967c2623 100644 (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>