Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2016-11-03 16:08:54 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2016-11-03 16:08:54 +0300
commitf44cd7aed37d84137902ce8f65aabd115ae1adef (patch)
tree0cf0e24325282e277f1b62439f9a7d388b5e9b67 /CHANGELOG.md
parent9e6b26dcd05362599bade82d7b326336a5cc7c0b (diff)
Update changelog
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 04d71c6ffcb..c481b7cc110 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,3 +6,10 @@ NC 11 (????-??-??)
* PHP 5.4 and 5.5 no longer supported
* PHP 7.1 support
* OC_L10N removed use \OCP\IL10N (#1948)
+* Preview handling is improved by sharing previews:
+ * Preview sharing (shared files/external storages)
+ * Previews are stored in the AppData
+ * Previews are served faster by not first converting them to image objects
+* Core preview route changed:
+ * Route for the urlgenerator changed from 'core_ajax_preview' to 'core.Preview.getPreview'
+ * $urlGenerator->linkToRoute('core_ajax_preview', ...) => $urlGenerator->linkToRoute('core.Preview.getPreview', ...)