Add upgrade notes

This commit is contained in:
Stéphan Kochen
2024-02-06 13:22:33 +01:00
parent b189b6e1d8
commit c44f5dd689
+7
View File
@@ -15,6 +15,13 @@ yarn
nix-build 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) ## Since 00b7adf (merged 2021-12-14)
- **BREAKING**: The plugin now requires Yarn v3.1. - **BREAKING**: The plugin now requires Yarn v3.1.