From cd23ae11f97969617b4d91e0e00ad572cc6c914d Mon Sep 17 00:00:00 2001 From: Grant McConnaughey Date: Tue, 9 Feb 2016 09:13:30 -0600 Subject: [PATCH] Update changelog --- CHANGELOG.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 7b54037..d2308ec 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,7 @@ Changelog * 3.0 (Not released): * Added the ability to hide usernames/emails from avatar URLs. * Added the ability to use a Facebook Graph avatar as a backup. + * Added a way to customize where avatars are stored. * Added a setting to disable the avatar cache. * Fixed issue where cache was not invalidated after updating avatar * Renamed the ``avatar.util`` module to ``avatar.utils``.