diff --git a/doc/next/6-stdlib/99-minor/os/user/21867.md b/doc/next/6-stdlib/99-minor/os/user/21867.md new file mode 100644 index 0000000000000000000000000000000000000000..2fc3d2d60cd37f4b2c1f7b69fd8fa888f0ba4c31 --- /dev/null +++ b/doc/next/6-stdlib/99-minor/os/user/21867.md @@ -0,0 +1,3 @@ +On Windows, [Current] can now be used in Windows Nano Server. +The implementation has been updated to avoid using functions +from the `NetApi32` library, which is not available in Nano Server. diff --git a/doc/next/6-stdlib/99-minor/os/user/68312.md b/doc/next/6-stdlib/99-minor/os/user/68312.md new file mode 100644 index 0000000000000000000000000000000000000000..b5d44c7bf64ba0ee5edfd86f5fa710d7733d859a --- /dev/null +++ b/doc/next/6-stdlib/99-minor/os/user/68312.md @@ -0,0 +1,6 @@ +On Windows, [Current] has been made considerably faster when +the current user is joined to a slow domain, which is the +usual case for many corporate users. The new implementation +performance is now in the order of milliseconds, compared to +the previous implementation which could take several seconds, +or even minutes, to complete. diff --git a/doc/next/6-stdlib/99-minor/os/user/68647.md b/doc/next/6-stdlib/99-minor/os/user/68647.md new file mode 100644 index 0000000000000000000000000000000000000000..f31047c1ac838296f837e95770d00e9299948618 --- /dev/null +++ b/doc/next/6-stdlib/99-minor/os/user/68647.md @@ -0,0 +1,3 @@ +On Windows, [Current] now returns the process owner user when +the current thread is impersonating another user. Previously, +it returned an error.