diff --git a/CHANGELOG.md b/CHANGELOG.md index 58924090d..35a4a4930 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,6 +25,13 @@ CLI command and its behaviour. There are no guarantees of stability for the +## 4.0.1 - 2024-07-03 + +### Fixed + +- Make sure that Read the Docs can compile the documentation. This necesitated + updating `poetry.lock`. (#1028) + ## 4.0.0 - 2024-07-03 This release of REUSE implements the new diff --git a/changelog.d/fixed/rtd.md b/changelog.d/fixed/rtd.md deleted file mode 100644 index 4e0078ef5..000000000 --- a/changelog.d/fixed/rtd.md +++ /dev/null @@ -1,2 +0,0 @@ -- Make sure that Read the Docs can compile the documentation. This necesitated - updating `poetry.lock`. (#1028)