Skip to content

Commit e9532cf

Browse files
committed
Add link to real changelog
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
1 parent f0f1e2c commit e9532cf

File tree

1 file changed

+2
-18
lines changed

1 file changed

+2
-18
lines changed

CHANGELOG.md

+2-18
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,4 @@
1-
ChangeLog
1+
Changelog
22
=========
33

4-
NC 11 (2016-12-13)
5-
------------------
6-
* PHP 5.4 and 5.5 no longer supported
7-
* PHP 7.1 support
8-
* OC_L10N removed use \OCP\IL10N (#1948)
9-
* Preview handling is improved by sharing previews:
10-
* Preview sharing (shared files/external storages)
11-
* Previews are stored in the AppData
12-
* Previews are served faster by not first converting them to image objects
13-
* Core preview route changed:
14-
* Route for the urlgenerator changed from 'core_ajax_preview' to 'core.Preview.getPreview'
15-
* $urlGenerator->linkToRoute('core_ajax_preview', ...) => $urlGenerator->linkToRoute('core.Preview.getPreview', ...)
16-
* Avatars are cached
17-
* Avatars are moved to AppData
18-
* For existing avatars this happens automatically in a background job which means that on upgrade you might
19-
not see your avatar right away. However after the job has run it should show up again automatically.
20-
4+
The change log is at [https://nextcloud.com/changelog/](https://nextcloud.com/changelog/).

0 commit comments

Comments
 (0)