diff --git a/libcxx/docs/ReleaseNotes.rst b/libcxx/docs/ReleaseNotes.rst --- a/libcxx/docs/ReleaseNotes.rst +++ b/libcxx/docs/ReleaseNotes.rst @@ -35,16 +35,16 @@ What's New in Libc++ 15.0.0? ============================ -New Features ------------- - -- Implemented P0627R6 (Function to mark unreachable code) +Implemented Papers +------------------ -- Implemented P1165R1 (Make stateful allocator propagation more consistent for ``operator+(basic_string)``) +- P0627R6 (Function to mark unreachable code) +- P1165R1 (Make stateful allocator propagation more consistent for ``operator+(basic_string)``) +- P0674R1 (Support arrays in ``make_shared`` and ``allocate_shared``) +- P0980R1 (Making ``std::string`` constexpr) -- Implemented P0674R1 (Support arrays in ``make_shared`` and ``allocate_shared``) - -- Implemented P0980R1 (Making ``std::string`` constexpr) +New Features +------------ - Marked the following papers as "Complete" (note that some of those might have been implemented in a previous release but not marked as such):