[libcxx-commits] [libcxx] 197737b - [libc++][NFC] Reindent release notes bullet points
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Mar 16 14:26:37 PDT 2022
Author: Louis Dionne
Date: 2022-03-16T17:26:32-04:00
New Revision: 197737b539add21fa62b04b964fe69fafdf21feb
URL: https://github.com/llvm/llvm-project/commit/197737b539add21fa62b04b964fe69fafdf21feb
DIFF: https://github.com/llvm/llvm-project/commit/197737b539add21fa62b04b964fe69fafdf21feb.diff
LOG: [libc++][NFC] Reindent release notes bullet points
Added:
Modified:
libcxx/docs/ReleaseNotes.rst
Removed:
################################################################################
diff --git a/libcxx/docs/ReleaseNotes.rst b/libcxx/docs/ReleaseNotes.rst
index ce35d572a2e44..bc3251e5b42d4 100644
--- a/libcxx/docs/ReleaseNotes.rst
+++ b/libcxx/docs/ReleaseNotes.rst
@@ -38,13 +38,13 @@ What's New in Libc++ 15.0.0?
New Features
------------
- - Implemented P0627R6 (Function to mark unreachable code)
+- Implemented P0627R6 (Function to mark unreachable code)
- - Implemented P1165R1 (Make stateful allocator propagation more consistent for ``operator+(basic_string)``)
+- Implemented P1165R1 (Make stateful allocator propagation more consistent for ``operator+(basic_string)``)
- - `pop_heap` now uses an algorithm known as "bottom-up heapsort" or
- "heapsort with bounce" to reduce the number of comparisons, and rearranges
- elements using move-assignment instead of `swap`.
+- `pop_heap` now uses an algorithm known as "bottom-up heapsort" or
+ "heapsort with bounce" to reduce the number of comparisons, and rearranges
+ elements using move-assignment instead of `swap`.
API Changes
-----------
More information about the libcxx-commits
mailing list