libc++: document in the release notes that a C++20 compiler is expected

Differential Revision: https://reviews.llvm.org/D111043

NOKEYCHECK=True
GitOrigin-RevId: c788bea2435580a2f249bdb011f4cf28dbacfcb9
diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst
index 65ef26b..da6ede0 100644
--- a/docs/ReleaseNotes.rst
+++ b/docs/ReleaseNotes.rst
@@ -50,3 +50,10 @@
 -----------
 
 - ...
+
+Build System Changes
+--------------------
+
+- Building the libc++ shared or static library requires a C++ 20 capable compiler.
+  Use ``-DLLVM_ENABLE_PROJECTS='clang;compiler-rt' -DLLVM_ENABLE_RUNTIMES='libcxx;libcxxabi'``
+  to build libc++ using a fresh build of Clang.