Skip to content
Snippets Groups Projects
Unverified Commit f44cd7ae authored by Roeland Jago Douma's avatar Roeland Jago Douma
Browse files

Update changelog

parent 9e6b26dc
No related branches found
No related tags found
No related merge requests found
...@@ -6,3 +6,10 @@ NC 11 (????-??-??) ...@@ -6,3 +6,10 @@ NC 11 (????-??-??)
* PHP 5.4 and 5.5 no longer supported * PHP 5.4 and 5.5 no longer supported
* PHP 7.1 support * PHP 7.1 support
* OC_L10N removed use \OCP\IL10N (#1948) * 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', ...)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment