aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorAKP <abi@tdpain.net>2025-02-10 22:13:37 +0000
committerAKP <abi@tdpain.net>2025-02-10 22:13:37 +0000
commit53b85e8fab165b45b71f61014642190443f1b487 (patch)
tree5026424afa8e6e1738b65e3ad60b41b1c97206ab /CHANGELOG.md
parentb8181ee20e5743c2a4ab63694fc8d9840d751400 (diff)
Do not index feed items at addition time
This is now handled gracefully in the processor logic.
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 55e0d1f..565b90b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
## 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
+* Do not index feed items at addition time
## 0.4.2 - 2025-02-09
### Fixed