diff --git a/CHANGELOG.md b/CHANGELOG.md index a053b1e..338cdaa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Fixed + +* Truncate feed file before writing, to prevent corruption from leftover data. +* Ensure the feed file name is part of the self URL. This was still hardcoded to `feed.atom`. + ## [0.2.2] - 2022-12-16 ### Changed @@ -30,4 +35,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed -* By default the name of the feed is now feed.xml instead of feed.atom. +* By default, the name of the feed is now feed.xml instead of feed.atom.