From 7be5c2389b7c7440b38553771d4f3eea08abcade Mon Sep 17 00:00:00 2001 From: Fons van der Plas Date: Fri, 15 Nov 2024 11:44:45 +0100 Subject: [PATCH] Update CHANGELOG.md: link to [sources] PR --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e33ed4b248..056a6f1f36 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ Pkg v1.11 Release Notes ======================= - It is now possible to specify "sources" for packages in a `[sources]` section in Project.toml. - This can be used to add non-registered normal or test dependencies. + This can be used to add non-registered normal or test dependencies. ([#3783]) - Pkg now obeys `[compat]` bounds for `julia` and raises an error if the version of the running Julia binary is incompatible with the bounds in `Project.toml`. Pkg has always obeyed this compat when working with Registry packages. This change affects mostly local packages. ([#3526]) - `pkg> add` and `Pkg.add` will now add compat entries for new direct dependencies if the active environment is a