summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2016-04-14 16:26:42 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2016-04-14 16:26:56 +0200
commitc1746f4814dc74b3b6efbe86db0e781d6669c798 (patch)
tree789f72f637dfa0b76883dff4725c8dbc7335159b
parent3965c627854873adba55d9393452b98bba87ed78 (diff)
Mention proper webcron implementation in the changelog
-rw-r--r--CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0f725bd2c..d8bb04519 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,5 @@
owncloud-news (8.5.0)
-* **Bugfix**: Do not run feed updates when ajax or web cron mode was detected because it can lead to very long load times, timeouts, data corruption and database inconsistencies
+* **Bugfix**: Do not run feed updates when ajax or web cron mode was detected because it can lead to very long load times, timeouts, data corruption and database inconsistencies. If someone is interested in re-enabling webcron based feed updates, please create a PHP script which uses the [updater API](https://github.com/owncloud/news/wiki/Updater-1.2)
* **Bugfix**: Fix multiple error messages and outdated links for cron error messages
owncloud-news (8.4.1)