[libcxx-commits] [libcxx] deed246 - [libc++] Add empty line in ReleaseNotes.rst
Nikolas Klauser via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Feb 23 15:09:56 PST 2022
Author: Nikolas Klauser
Date: 2022-02-24T00:09:47+01:00
New Revision: deed2466315ecb269368ba5799e4bb17c619fcaf
URL: https://github.com/llvm/llvm-project/commit/deed2466315ecb269368ba5799e4bb17c619fcaf
DIFF: https://github.com/llvm/llvm-project/commit/deed2466315ecb269368ba5799e4bb17c619fcaf.diff
LOG: [libc++] Add empty line in ReleaseNotes.rst
Added:
Modified:
libcxx/docs/ReleaseNotes.rst
Removed:
################################################################################
diff --git a/libcxx/docs/ReleaseNotes.rst b/libcxx/docs/ReleaseNotes.rst
index ce13166782f7..86a9bc0c504f 100644
--- a/libcxx/docs/ReleaseNotes.rst
+++ b/libcxx/docs/ReleaseNotes.rst
@@ -57,6 +57,7 @@ API Changes
If, after updating libc++, you see compiler errors related to missing declarations in
namespace ``std``, it might be because one of your source files now needs to
``#include <algorithm>`` and/or ``#include <chrono>``.
+
ABI Changes
-----------
More information about the libcxx-commits
mailing list