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

Add avatar info to changelog

parent 4ca7f9c8
No related merge requests found
...@@ -13,3 +13,8 @@ NC 11 (????-??-??) ...@@ -13,3 +13,8 @@ NC 11 (????-??-??)
* Core preview route changed: * Core preview route changed:
* Route for the urlgenerator changed from 'core_ajax_preview' to 'core.Preview.getPreview' * Route for the urlgenerator changed from 'core_ajax_preview' to 'core.Preview.getPreview'
* $urlGenerator->linkToRoute('core_ajax_preview', ...) => $urlGenerator->linkToRoute('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.
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