mirror of
https://github.com/jazzband/django-avatar.git
synced 2026-03-16 22:20:30 +00:00
7.1.0
This commit is contained in:
parent
222cd65d85
commit
1077a6bddb
2 changed files with 9 additions and 1 deletions
|
|
@ -1,5 +1,13 @@
|
||||||
Changelog
|
Changelog
|
||||||
=========
|
=========
|
||||||
|
* 7.1.0 (February 23, 2023)
|
||||||
|
* Add LibRavatar support
|
||||||
|
* Faster admin when many users are present
|
||||||
|
* Check for corrupted image during upload
|
||||||
|
* Switch Pillow Resize method from ``Image.ANTIALIAS`` to ``Image.LANCZOS``
|
||||||
|
* Removed Python 3.6 testing
|
||||||
|
* Added Python 3.11 support
|
||||||
|
|
||||||
* 7.0.1 (October 27, 2022)
|
* 7.0.1 (October 27, 2022)
|
||||||
* Remove height requirement for providers (broke 6 to 7 upgrades)
|
* Remove height requirement for providers (broke 6 to 7 upgrades)
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
__version__ = "7.0.1"
|
__version__ = "7.1.0"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue