[libcxx-commits] [libcxx] b3d1142 - [libc++][doc] Fixes unwanted list nesting.
Mark de Wever via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Jun 1 23:03:05 PDT 2022
Author: Mark de Wever
Date: 2022-06-02T08:02:19+02:00
New Revision: b3d1142d09f17feacc74ee422375243e35bb32c8
URL: https://github.com/llvm/llvm-project/commit/b3d1142d09f17feacc74ee422375243e35bb32c8
DIFF: https://github.com/llvm/llvm-project/commit/b3d1142d09f17feacc74ee422375243e35bb32c8.diff
LOG: [libc++][doc] Fixes unwanted list nesting.
Added:
Modified:
libcxx/docs/ReleaseNotes.rst
Removed:
################################################################################
diff --git a/libcxx/docs/ReleaseNotes.rst b/libcxx/docs/ReleaseNotes.rst
index b2bd0718001e5..f6bca74f76a22 100644
--- a/libcxx/docs/ReleaseNotes.rst
+++ b/libcxx/docs/ReleaseNotes.rst
@@ -63,11 +63,11 @@ New Features
"heapsort with bounce" to reduce the number of comparisons, and rearranges
elements using move-assignment instead of `swap`.
- - Libc++ now supports a variety of assertions that can be turned on to help catch
- undefined behavior in user code. This new support is now separate from the old
- (and incomplete) Debug Mode. Vendors can select whether the library they ship
- should include assertions or not by default. For details, see
- :ref:`the documentation <assertions-mode>` about this new feature.
+- Libc++ now supports a variety of assertions that can be turned on to help catch
+ undefined behavior in user code. This new support is now separate from the old
+ (and incomplete) Debug Mode. Vendors can select whether the library they ship
+ should include assertions or not by default. For details, see
+ :ref:`the documentation <assertions-mode>` about this new feature.
API Changes
-----------
More information about the libcxx-commits
mailing list