From a7ea8eb9c1013e9a95911308f55e5caa31392da5 Mon Sep 17 00:00:00 2001 From: daimond113 <72147841+daimond113@users.noreply.github.com> Date: Wed, 11 Dec 2024 21:40:03 +0100 Subject: [PATCH] docs: add missing changelog entry --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b4def0c..b3b1685 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] ### Added - Allow multiple, user selectable scripts packages to be selected (& custom packages inputted) in `init` command by @daimond113 +- Support granular control over which repositories are allowed in various specifier types by @daimond113 ### Performance - Use `exec` in Unix bin linking to reduce the number of processes by @daimond113