[libcxx-commits] [libcxx] 27fe860 - [libc++][NFC] Improve release note formatting
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Mar 7 07:26:43 PST 2022
Author: Louis Dionne
Date: 2022-03-07T10:26:38-05:00
New Revision: 27fe8605a82f5c1fe8196e352ba00a7776516afb
URL: https://github.com/llvm/llvm-project/commit/27fe8605a82f5c1fe8196e352ba00a7776516afb
DIFF: https://github.com/llvm/llvm-project/commit/27fe8605a82f5c1fe8196e352ba00a7776516afb.diff
LOG: [libc++][NFC] Improve release note formatting
Added:
Modified:
libcxx/docs/ReleaseNotes.rst
Removed:
################################################################################
diff --git a/libcxx/docs/ReleaseNotes.rst b/libcxx/docs/ReleaseNotes.rst
index 20ec277ccbe89..34fd16bee9931 100644
--- a/libcxx/docs/ReleaseNotes.rst
+++ b/libcxx/docs/ReleaseNotes.rst
@@ -39,7 +39,7 @@ New Features
------------
- 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)``)
API Changes
-----------
More information about the libcxx-commits
mailing list