From baf1cfb1f7cfce88c81430f5bb1cf0b95acaf9e2 Mon Sep 17 00:00:00 2001 From: Johannes Wilm Date: Mon, 15 Aug 2022 12:09:29 +0200 Subject: [PATCH] typo --- CHANGELOG.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 2b39abb..8523c6d 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,7 +5,7 @@ Changelog * Allowed for rectangular avatars. Custom avatar tag templates now require the specification of both a ``width`` and ``height`` attribute instead of ``size``. * Made ``True`` the default value of ``AVATAR_CLEANUP_DELETED``. (Set to ``False`` to obtain previous behavior). * Fix invalidate_cache for on-the-fly created thumbnails. - * New setting ``AVATAR_ALLOWED_MIMETYPES`` to check mimetypes of uploaded files using ``python-magic``. Default is ``None``. + * New setting ``AVATAR_ALLOWED_MIMETYPES``. If enabled, it checks mimetypes of uploaded files using ``python-magic``. Default is ``None``. * 6.0.1 (August 12, 2022) * Exclude tests folder from distribution.