diff options
| author | AKP <abi@tdpain.net> | 2025-02-09 23:58:14 +0000 |
|---|---|---|
| committer | AKP <abi@tdpain.net> | 2025-02-09 23:58:14 +0000 |
| commit | 30f4549463e758e7e93f1a8a86467c06b94fa134 (patch) | |
| tree | 83093ba42b61a2c25b4c5d3d205d90d167e28805 /CHANGELOG.md | |
| parent | b647a12e4fb661bfb24296b5e2a071c4e7259928 (diff) | |
Prevent nil dereference when feeds without published dates are processed
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 131a516..05c5d1a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## Unreleased +## 0.4.2 - 2025-02-09 +### Fixed +* Prevent nil dereference when feeds without published dates are processed + ## 0.4.1 - 2025-02-09 ### Changed * Feed fetching will reuse cached content within an hour of a previous fetch without checking for a HTTP 304 (Not Modified) from the remote resource |
