From 60e691c80593b1969225ef50bd4f8cb1a4a32157 Mon Sep 17 00:00:00 2001 From: Carmen Bianca BAKKER Date: Tue, 9 Jul 2024 19:25:02 +0200 Subject: [PATCH] Add change log entries Signed-off-by: Carmen Bianca BAKKER --- changelog.d/fixed/performance.md | 3 +++ changelog.d/fixed/source-bug.md | 3 +++ 2 files changed, 6 insertions(+) create mode 100644 changelog.d/fixed/performance.md create mode 100644 changelog.d/fixed/source-bug.md 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)