aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorAKP <abi@tdpain.net>2025-02-10 22:19:24 +0000
committerAKP <abi@tdpain.net>2025-02-10 22:19:24 +0000
commit83a0816f8cc90f3f00d2c4918d959c37da915347 (patch)
treee992058c61e93e058d9987aca0b284a60417f175 /CHANGELOG.md
parent53b85e8fab165b45b71f61014642190443f1b487 (diff)
Do not update feed item index when sending test emails
Previously this caused items to be missed from the main, scheduled emails.
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 565b90b..aab606a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,6 +8,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
### 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
+* Do not update feed item index when sending a test email to prevent items being missed from the main scheduled emails
## 0.4.2 - 2025-02-09
### Fixed