From e5f9e1628de2375f7e811c09bd68f34a74ffa630 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Martin=20Storsj=C3=B6?= Date: Sun, 30 Jul 2023 22:37:38 +0300 Subject: [PATCH] [libcxx] Add release notes for Windows wide stdio stream handling This adds notes for the change from https://reviews.llvm.org/D146398 / fcbbd9649ac165aaf7fc7d60b8fef3b23755179a. Differential Revision: https://reviews.llvm.org/D156627 (cherry picked from commit 9abc6d9105ca625ee2a03c0ec96a77d9575ca34f) --- libcxx/docs/ReleaseNotes/17.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libcxx/docs/ReleaseNotes/17.rst b/libcxx/docs/ReleaseNotes/17.rst index 5aae64f..e023126 100644 --- a/libcxx/docs/ReleaseNotes/17.rst +++ b/libcxx/docs/ReleaseNotes/17.rst @@ -112,6 +112,9 @@ Improvements and New Features - ASan annotations have been added to the ``std::deque`` container, to detect container overflows. +- On Windows, ``std::wcout``, ``wcin``, and ``wcerr`` now work correctly when the underlying + stream has been configured in wide mode. + Deprecations and Removals ------------------------- -- 2.7.4