From 230e54914209c134dbb6b09ffb143d7396c079a7 Mon Sep 17 00:00:00 2001 From: "Bryan C. Mills" Date: Wed, 12 Jul 2023 13:56:44 -0400 Subject: [PATCH] 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 Auto-Submit: Bryan Mills TryBot-Result: Gopher Robot Run-TryBot: Bryan Mills --- doc/go1.21.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/go1.21.html b/doc/go1.21.html index 1a39a27c859..6c58cb05902 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.

+

+ On Windows Lstat now resolves + symbolic links for paths ending with a path separator, consistent with its + behavior on POSIX platforms. +

+

The implementation of the io/fs.DirEntry