summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-12-22 10:07:34 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2014-12-22 10:07:34 +0100
commit2ce5d2ef489a58990b4816e3f38ccb5d38f84a60 (patch)
tree980b83543f9635e5c65af71b19b2c2dbbc9288f7
parent5697f7c92cbc7b2c23d2a8c6ba3d904734dd0739 (diff)
fix #704
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 958171ea3..db2734015 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,5 @@
owncloud-news (4.3.2)
+* **Bugfix**: Update picoFeed to fix an HTTP cache problem where only one match (Etag or Last-Modified) was required to mark a feed as not modified. This can cause some feeds to not update if one cache parameter is always the same
* **Enhancement**: If a feed is added without the protocol, prepend https:// instead of http:// (e.g. adding cnn.com would result in https://cnn.com being added)
owncloud-news (4.3.1)