summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2015-04-29 10:42:22 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2015-04-29 10:42:22 +0200
commitb1ed863e024b6afa31ffe882c654bc1d4d17070b (patch)
tree12034453c560976d43842df4d9e116197f0e16ec /CHANGELOG.md
parent3c8c50282ed34c3c4d3b1911438c91a8b515ac2d (diff)
fix #775
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 038ee32e2..48a353882 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,7 @@ owncloud-news (5.3.1)
* **Bugfix**: Also use the set curl timeout in addition to the connect timeout to react to timeouts after connections which is important for slow feeds, #763
* **Bugfix**: Update picoFeed to the latest version to fix a bug that would cause the fetcher timeout setting to be ignored
* **Bugfix**: Make settings checkboxes clickable by themselves
+* **Bugfix**: Hide menu (which only contains the mark read button) for all articles feed if all articles are read, #775
owncloud-news (5.3.0)
* **Enhancement**: Make it possible to search articles in the search field. To migrate older articles to this functionality, check the README section "Updating from versions prior to 5.3.0", #185