Browse Source

Update changelog

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
tags/v11.0RC2
Roeland Jago Douma 7 years ago
parent
commit
f44cd7aed3
No account linked to committer's email address
1 changed files with 7 additions and 0 deletions
  1. 7
    0
      CHANGELOG.md

+ 7
- 0
CHANGELOG.md View File

@@ -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', ...)

Loading…
Cancel
Save