From 4069d8ac31ee7dba6f23c952750f49275cc242c3 Mon Sep 17 00:00:00 2001 From: Jacob Kiers Date: Wed, 14 Dec 2022 15:48:37 +0100 Subject: [PATCH] Update changelog Signed-off-by: Jacob Kiers --- CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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.