diff --git a/doc/go1.22.html b/doc/go1.22.html index bf39db39e5528b..b363aaf14bf980 100644 --- a/doc/go1.22.html +++ b/doc/go1.22.html @@ -635,7 +635,10 @@
- TODO: https://go.dev/cl/516555: os: follow all name surrogate reparse points in Stat on Windows
+ On Windows, the Stat
function now follows all reparse points
+ that link to another named entity in the system.
+ It was previously only following IO_REPARSE_TAG_SYMLINK
and
+ IO_REPARSE_TAG_MOUNT_POINT
reparse points.