summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-10-27 15:58:27 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2014-10-27 15:58:27 +0100
commit6ed616d793500ded3495ce61b9244c5676ebbb61 (patch)
treea8f4db83fccd6c0b55005263ac9a136031d965ca /CHANGELOG.md
parent6aeb92a6b65aae9c290edd30e80e2a16fc115064 (diff)
changelog
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 46e50e4e2..1d8e7b111 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,12 +1,13 @@
owncloud-news (4.0.0)
-* **Enhancement**: Calculate item ids differently which leads to unpreventable readding of read articles
-* **Enhancement**: Get rid of cacheCuration setting and add maxRedirects setting in config.ini
+* **Backwards incompatible change**: Calculate item ids differently which leads to unpreventable readding of read articles
+* **Backwards incompatible change**: Get rid of cacheCuration setting
+* **Backwards incompatible change**: Use three numbers for versioning because core bug with versions seems fixed
+* **Enhancement**: Add maxRedirects setting in config.ini
* **Enhancement**: Get rid SimplePie feed parser library and switch to PicoFeed because SimplePie is unmaintained and full of bugs
* **Enhancement**: Faster feed updates due to proper HTTP cache headers thanks to picoFeed
* **Enhancement**: Use ownCloud internal proxy settings
* **Enhancement**: Also provide feed last modified and etag headers over API
* **Enhancement**: Allow to turn off article purging by setting a negative number
-* **Enhancement**: Switch to semantic versioning
* **Enhancement**: Make article cleanup faster
owncloud-news (3.406)