From 905a1e7c9b97ba36ae1cd43a384b1cb866bf2797 Mon Sep 17 00:00:00 2001 From: David Morgan Date: Wed, 13 Aug 2025 14:13:36 +0200 Subject: [PATCH] Remove broken link from CHANGELOG. --- build/CHANGELOG.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build/CHANGELOG.md b/build/CHANGELOG.md index 4fa3b10c17..e1e62a7669 100644 --- a/build/CHANGELOG.md +++ b/build/CHANGELOG.md @@ -128,8 +128,7 @@ Internal changes: ## 2.1.0 - Expand the expressiveness of `buildExtensions` include capture groups, - enabling directory moves. For more information on this feature, see - [capture groups](https://github.com/dart-lang/build/blob/master/docs/writing_a_builder.md#capture-groups) + enabling directory moves. - Add an `allowedOutputs` getter to `BuildStep`. It returns assets that may be written in that step.