From 22150ce4797cd9d1fa0622494d3a2e6a4c61469c Mon Sep 17 00:00:00 2001
From: Roeland Jago Douma <roeland@famdouma.nl>
Date: Thu, 1 Dec 2016 11:05:59 +0100
Subject: [PATCH] Add avatar info to changelog

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
---
 CHANGELOG.md | 5 +++++
 1 file changed, 5 insertions(+)

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.
+
-- 
GitLab