From 28b2e89e4294be899054dd78b12aca9a2469f5ac Mon Sep 17 00:00:00 2001 From: Hendrik Cannoodt Date: Wed, 29 May 2024 07:13:13 +0200 Subject: [PATCH] Fix changelog entry --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ddedc27b7..39d08f85d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ TODO add summary ## NEW FUNCTIONALITY * `dependencies`: GitHub and ViashHub repositories now get properly cached (PR #699). - The cache is stored in the `~/.viash/cache` directory using sparse-checkout to only fetch the necessary files. + The cache is stored in the `~/.viash/repositories` directory using sparse-checkout to only fetch the necessary files. During a build, the cache is checked for the repository and if it is found and still up-to-date, the repository is not cloned again and instead the cache is copied to a temporary folder where the files are checked out from the sparse-checkout. ## BUG FIXES