diff --git a/UPGRADE-2.0.md b/UPGRADE-2.0.md index 980c09a1..85570970 100644 --- a/UPGRADE-2.0.md +++ b/UPGRADE-2.0.md @@ -2,6 +2,9 @@ ## Changed behaviours - Changes default strictness of resolve command to 1 (Exit with code 1 if all files failed to resolve, otherwise exit with code 0 instead of always exiting with code 0) +- Added inclusion option to commands to force include patterns which are by default ignored by the CLI +- Refactored how exclusion works for fingerprinting to align it with the rest of the CLI, this includes a breaking change for windows where Unix path separators must be used in patterns. + ## Runtime upgrades - Base Docker images have been upgraded from Go 1.21 to 1.22