diff options
author | Morris Jobke <hey@morrisjobke.de> | 2017-07-19 10:44:24 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-19 10:44:24 +0200 |
commit | 8e6b707d2f87e91f0ef3408aca16acebcba9f7a8 (patch) | |
tree | b381cd41e1c7d54a41cca4deada9c2298e5d09ce | |
parent | 0ee83ac56bb7390899699f230f7e022f00d4042e (diff) | |
parent | e9532cfbbb5261b4c3e15920c04f6e86e9c8d319 (diff) | |
download | nextcloud-server-8e6b707d2f87e91f0ef3408aca16acebcba9f7a8.tar.gz nextcloud-server-8e6b707d2f87e91f0ef3408aca16acebcba9f7a8.zip |
Merge pull request #5778 from nextcloud/changelog
Add link to real changelog
-rw-r--r-- | CHANGELOG.md | 20 |
1 files changed, 2 insertions, 18 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f61c17c268..9789386dd09 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,20 +1,4 @@ -ChangeLog +Changelog ========= -NC 11 (2016-12-13) ------------------- -* 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', ...) -* Avatars are cached -* Avatars are moved to AppData - * For existing avatars this happens automatically in a background job which means that on upgrade you might - not see your avatar right away. However after the job has run it should show up again automatically. - +The change log is at [https://nextcloud.com/changelog/](https://nextcloud.com/changelog/).
\ No newline at end of file |