diff --git a/changelog.d/changed/reuse-toml-ignored.md b/changelog.d/changed/reuse-toml-ignored.md new file mode 100644 index 00000000..c99ce516 --- /dev/null +++ b/changelog.d/changed/reuse-toml-ignored.md @@ -0,0 +1,2 @@ +- If `REUSE.toml` is ignored by VCS, the linter now also ignores this files. + (#1047) diff --git a/changelog.d/fixed/performance.md b/changelog.d/fixed/performance.md new file mode 100644 index 00000000..fafae099 --- /dev/null +++ b/changelog.d/fixed/performance.md @@ -0,0 +1,3 @@ +- Performance greatly improved for projects with large directories ignored by + VCS. (#1047) +- Performance slightly improved for large projects. (#1047) diff --git a/changelog.d/fixed/source-bug.md b/changelog.d/fixed/source-bug.md new file mode 100644 index 00000000..a4959bc7 --- /dev/null +++ b/changelog.d/fixed/source-bug.md @@ -0,0 +1,3 @@ +- In some scenarios, where a user has multiple `REUSE.toml` files and one of + those files could not be parsed, the wrong `REUSE.toml` was signalled as being + unparseable. This is now fixed. (#1047)