aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorAKP <abi@tdpain.net>2025-02-10 22:09:37 +0000
committerAKP <abi@tdpain.net>2025-02-10 22:12:34 +0000
commitb8181ee20e5743c2a4ab63694fc8d9840d751400 (patch)
tree53c8a0758ad3fe6697f2c8b8de59a51199b21df5 /CHANGELOG.md
parent30f4549463e758e7e93f1a8a86467c06b94fa134 (diff)
Use old time-based new item detection method when no known feed items exist in the database
This can happen after a database migration, when a set of feeds are imported/first added.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 05c5d1a..55e0d1f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,8 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## Unreleased
+### Changed
+* When no feed items are stored in the database for a particular feed, fall back to using the old time-based detection method
## 0.4.2 - 2025-02-09
### Fixed