aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorAKP <abi@tdpain.net>2025-02-09 22:43:24 +0000
committerAKP <abi@tdpain.net>2025-02-09 22:46:06 +0000
commitaed9fe5d5fddc2ce6293ced9751ab15715263df9 (patch)
treeda262e226d4164543ce781aae812a3de9585fc1e /CHANGELOG.md
parent4dbbdadd90b11ff13d8888b5be8329e223f5cc40 (diff)
Cache feed data in database
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 1c0db96..d7f26e3 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
+* 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
## 0.4.0 - 2025-02-09
### Changed