From 3e352848b91a7676d203281b67901b331f460306 Mon Sep 17 00:00:00 2001 From: Carmen Bianca BAKKER Date: Wed, 3 Jul 2024 18:54:03 +0200 Subject: [PATCH] Compile change log Signed-off-by: Carmen Bianca BAKKER --- CHANGELOG.md | 8 ++++++++ changelog.d/fixed/merge.md | 3 --- 2 files changed, 8 insertions(+), 3 deletions(-) delete mode 100644 changelog.d/fixed/merge.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 35a4a493..cdd2ff03 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,6 +25,14 @@ CLI command and its behaviour. There are no guarantees of stability for the +## 4.0.2 - 2024-07-03 + +### Fixed + +- Repaired a bug that would cause a crash when running + `annotate --merge-copyrights` on a file that does not yet have a year in the + copyright statement. This bug was introduced in v4.0.1. (#1030) + ## 4.0.1 - 2024-07-03 ### Fixed diff --git a/changelog.d/fixed/merge.md b/changelog.d/fixed/merge.md deleted file mode 100644 index 937a13f2..00000000 --- a/changelog.d/fixed/merge.md +++ /dev/null @@ -1,3 +0,0 @@ -- Repaired a bug that would cause a crash when running - `annotate --merge-copyrights` on a file that does not yet have a year in the - copyright statement. This bug was introduced in v4.0.1. (#1030)