From 059414afed58d1eaf78fcddde1fe2b0a892bbe9a Mon Sep 17 00:00:00 2001 From: Tristan Ross Date: Fri, 16 May 2025 15:09:28 -0700 Subject: [PATCH] doc/rl2511: mention LLVM bump --- doc/release-notes/rl-2511.section.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/release-notes/rl-2511.section.md b/doc/release-notes/rl-2511.section.md index 7d031c86c64d..9e16190d335e 100644 --- a/doc/release-notes/rl-2511.section.md +++ b/doc/release-notes/rl-2511.section.md @@ -14,6 +14,8 @@ If a newer C++ library feature is not available on the default deployment target, you will need to increase the deployment target. See the Darwin platform documentation for more details. +- LLVM has been updated from 19 to 21. + ## Backward Incompatibilities {#sec-nixpkgs-release-25.11-incompatibilities}