mirror of
https://github.com/jazzband/django-avatar.git
synced 2026-05-16 11:33:11 +00:00
style changelog
This commit is contained in:
parent
0f7ddf2c26
commit
1bf0542a2f
1 changed files with 2 additions and 2 deletions
|
|
@ -6,8 +6,8 @@ Changelog
|
|||
* Removed Django 1.7, 1.8, 1.9, 1.10, 1.11, 2.0, 2.1, 2.2 and 3.0 support.
|
||||
* Added Python 3.9 and 3.10 support.
|
||||
* Removed Python 2.x, 3.4 and 3.5 support.
|
||||
* Made `"PNG"` the default value for ``AVATAR_THUMB_FORMAT`` (Set to `'JPEG'` to obtain previous behavior).
|
||||
* Made `False` the default value for ``AVATAR_EXPOSE_USERNAMES`` (Set to `True` to obtain previous behavior).
|
||||
* Made ``"PNG"` the default value for ``AVATAR_THUMB_FORMAT`` (Set to ``"JPEG"`` to obtain previous behavior).
|
||||
* Made ``False`` the default value for ``AVATAR_EXPOSE_USERNAMES`` (Set to ``True`` to obtain previous behavior).
|
||||
* Don't leak usernames through image alt-tags when ``AVATAR_EXPOSE_USERNAMES`` is `False`.
|
||||
|
||||
* 5.0.0 (January 4, 2019)
|
||||
|
|
|
|||
Loading…
Reference in a new issue