aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAKP <abi@tdpain.net>2025-02-09 23:50:12 +0000
committerAKP <abi@tdpain.net>2025-02-09 23:50:12 +0000
commitcb7bfd7b1854d530cb9e1eb925446ad1e28661cd (patch)
treece882a0f5f5ce51aad9a9e5ed65436a6c023a4ec
parent10c1604d370e35979424816941834d5739ed304b (diff)
Update CHANGELOG.md
-rw-r--r--CHANGELOG.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d7f26e3..bc45a03 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,7 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
## Unreleased
### 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
+* 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
+* Detect new feed items by checking against a stored list of all known items for that feed
## 0.4.0 - 2025-02-09
### Changed