From c44f5dd68908026d646104e71cf3da49d669067e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phan=20Kochen?= Date: Tue, 6 Feb 2024 13:22:33 +0100 Subject: [PATCH] Add upgrade notes --- UPGRADING.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/UPGRADING.md b/UPGRADING.md index d09e60c..f4eddd9 100644 --- a/UPGRADING.md +++ b/UPGRADING.md @@ -15,6 +15,13 @@ yarn nix-build ``` +## Since df1c72a (merged 2024-02-06) + +- **BREAKING**: The plugin now generates a single derivation for the entire + cache directory by default. To restore the old behavior, add + `individualNixPackaging: true` to `.yarnrc.yml`. If you were using isolated + builds, setting this option is required. + ## Since 00b7adf (merged 2021-12-14) - **BREAKING**: The plugin now requires Yarn v3.1.