summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2016-04-01 17:53:44 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2016-04-01 17:53:44 +0200
commit443e4a3337adbf21a40dba626c81c16397b13b8f (patch)
treeb53733d3769182411ab7730b51023d8158e70108 /CHANGELOG.md
parent55eca3cdc2b49fd4f6e9f36c8b01b5f9b0b7d17f (diff)
changelog
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 a399b8e67..11aa5a271 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,6 @@
owncloud-news (8.1.0)
* **Backwards incompatible change**: URLs for the Python updater must now start with either http:// or https://
+* **Bugfix**: Fix bug that would not package all JavaScript files for the app store zip, #959
* **Enhancement**: Add console API to update feeds in parallel
* **Enhancement**: Add an additional parameter to specify the loglevel for the Python updater
* **Enhancement**: Adjust Python updater to be able to use the console API. If you pass an absolute directory as url (path to your ownCloud), the updater will try to use **occ** updater commands using php. This requires no user or password arguments which makes running the updater on the same system as your ownCloud more secure