From 7ab4fe1122bfab4e1e3caf804299fcb308ce5c5d Mon Sep 17 00:00:00 2001 From: Louis Dionne Date: Mon, 7 Mar 2022 09:00:17 -0500 Subject: [PATCH] [libc++][NFC] Add missing whitespace in release notes --- libcxx/docs/ReleaseNotes.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/libcxx/docs/ReleaseNotes.rst b/libcxx/docs/ReleaseNotes.rst index eb85502..20ec277c 100644 --- a/libcxx/docs/ReleaseNotes.rst +++ b/libcxx/docs/ReleaseNotes.rst @@ -49,6 +49,7 @@ API Changes they were not supposed to set ``_LIBCPP_ABI_UNSTABLE`` manually, however we still feel that it is worth mentioning in the release notes in case some users had been doing it. + - The header ```` has been removed. Instead, use ```` header. The associated macro ``_LIBCPP_DEPRECATED_EXPERIMENTAL_FILESYSTEM`` has also been removed. -- 2.7.4