From 0c392e93bc14982e3f2ca5d29d50b975916976f4 Mon Sep 17 00:00:00 2001 From: Rebecca Turner Date: Fri, 6 Dec 2024 15:57:58 -0800 Subject: [PATCH] Update release note --- changelog.d/pr-10254 | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/changelog.d/pr-10254 b/changelog.d/pr-10254 index b07b66b561f..0ca7d711717 100644 --- a/changelog.d/pr-10254 +++ b/changelog.d/pr-10254 @@ -4,13 +4,8 @@ prs: #10254 description: { -- Clone git repositories specified in source-repository-package stanzas - shallowly, since to build the package from the repository we only need to - read the commit specified. The rest of the repo is not needed. - Note that this does not change the behaviour of `cabal get -s`, which will - still clone the repository in full. -- Clone VCS repositories concurrently, with a maximum of two concurrent tasks - at the same time (just like when downloading packages asynchronously) +Clone VCS repositories concurrently, with a maximum of two concurrent tasks +at the same time (just like when downloading packages asynchronously) }