summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2016-04-10 11:22:22 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2016-04-10 11:22:22 +0200
commit04427f6195e2947dc28518406f78301e14553a2a (patch)
tree9abbda80ef9b518bb8454e79fef08e4797091836
parent217e219b28a913e7825f078c48c268a7210dd7bf (diff)
Add changelog for new release
-rw-r--r--CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 28f59ad43..2e35f32cf 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,8 @@
+owncloud-news (8.3.0)
+* **Bugfix**: If two folders with the same name occur in a OPML file, merge them instead of simply ignoring the second one, #962
+* **Enhancement**: Better error messages for SSL issues, #966
+* **Enhancement**: Rename oc_news_feeds columns etag and last_modified to http_etag and http_last_modified
+
owncloud-news (8.2.1)
* **Bugfix**: Do not abort full OPML import if one feed failed, #843
* **Bugfix**: Show error message when empty OPML file was imported, #924