[libcxx-commits] [libcxx] 7ab4fe1 - [libc++][NFC] Add missing whitespace in release notes

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Mon Mar 7 06:00:25 PST 2022


Author: Louis Dionne
Date: 2022-03-07T09:00:21-05:00
New Revision: 7ab4fe1122bfab4e1e3caf804299fcb308ce5c5d

URL: https://github.com/llvm/llvm-project/commit/7ab4fe1122bfab4e1e3caf804299fcb308ce5c5d
DIFF: https://github.com/llvm/llvm-project/commit/7ab4fe1122bfab4e1e3caf804299fcb308ce5c5d.diff

LOG: [libc++][NFC] Add missing whitespace in release notes

Added: 
    

Modified: 
    libcxx/docs/ReleaseNotes.rst

Removed: 
    


################################################################################
diff  --git a/libcxx/docs/ReleaseNotes.rst b/libcxx/docs/ReleaseNotes.rst
index eb85502dcf720..20ec277ccbe89 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 ``<experimental/filesystem>`` has been removed. Instead, use
   ``<filesystem>`` header. The associated macro
   ``_LIBCPP_DEPRECATED_EXPERIMENTAL_FILESYSTEM`` has also been removed.


        


More information about the libcxx-commits mailing list