[libc++] Granularize algorithm includes
Reviewed By: Mordante, ldionne, Quuxplusone, #libc, #libc_abi
Spies: #libc_vendors, libcxx-commits, miyuki
Differential Revision: https://reviews.llvm.org/D119667
NOKEYCHECK=True
GitOrigin-RevId: 2e2f3158c604adb8401a2a44a03f58d4b6f1c7f9
diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst
index 0b77702..c57a7de 100644
--- a/docs/ReleaseNotes.rst
+++ b/docs/ReleaseNotes.rst
@@ -52,6 +52,10 @@
``<filesystem>`` header. The associated macro
``_LIBCPP_DEPRECATED_EXPERIMENTAL_FILESYSTEM`` has also been removed.
+- Transitive includes of ``<algorithm>`` have been removed. If you see compiler errors
+ related to missing declarations inside namespace ``std`` when updating libc++,
+ you are probably missing ``#include <algorithm>`` in a file where you use algorithms.
+
ABI Changes
-----------