summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorKevin Decherf <kevin@kdecherf.com>2020-12-09 22:13:09 +0100
committerBenjamin Brahmer <info@b-brahmer.de>2020-12-15 20:02:21 +0100
commit42ea24f2f41ce04588aa929e5ffdaf1dbeb1a700 (patch)
tree657089d619d1ee76d8f86dbf8553f9ce86c6867d /CHANGELOG.md
parent1345cedd7e226c23a9fff6275a0fb71e444aa1b3 (diff)
Remove LastModified-based cursor when updating feeds
We remove the call to readSince() as some feeds push new articles with pubDate prior to the lastModified time stored for these feeds (e.g. lemonde.fr). As we go through all items of a feed again and again, we prevent the constant update of an item's lastModified timestamp by keeping the previous one if its fingerprint does not change. Fixes #921 Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4ac0fb893..244e7aae9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,7 @@ All notable changes to this project will be documented in this file.
## Changed
- Remove outdated folder DB code
- Fix #963
+- Fix #921
## 15.1.0