diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2016-12-01 13:00:10 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-12-01 13:00:10 +0100 |
commit | e4fa5b28a364a53afce62b57cc7d1543dc06decb (patch) | |
tree | 576c3a2c3c2a90190df71f80aa8321ee83d8f094 | |
parent | a87638c6ab6e3b14be6d6622b9df8f86ddc2ac05 (diff) | |
parent | 22150ce4797cd9d1fa0622494d3a2e6a4c61469c (diff) | |
download | nextcloud-server-e4fa5b28a364a53afce62b57cc7d1543dc06decb.tar.gz nextcloud-server-e4fa5b28a364a53afce62b57cc7d1543dc06decb.zip |
Merge pull request #2430 from nextcloud/avatar_changelog
Add avatar info to changelog
-rw-r--r-- | CHANGELOG.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index c481b7cc110..3228b2bcbfa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,3 +13,8 @@ NC 11 (????-??-??) * 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. + |