mirror of
https://github.com/jazzband/django-avatar.git
synced 2026-03-16 22:20:30 +00:00
Update changelog
This commit is contained in:
parent
bf7dde9337
commit
ceb7cade62
3 changed files with 6 additions and 4 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -18,7 +18,7 @@ jobs:
|
||||||
- name: Set up Python
|
- name: Set up Python
|
||||||
uses: actions/setup-python@v2
|
uses: actions/setup-python@v2
|
||||||
with:
|
with:
|
||||||
python-version: 3.8
|
python-version: 3.11
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
|
|
@ -7,9 +7,6 @@ jobs:
|
||||||
matrix:
|
matrix:
|
||||||
python-version: ['3.8', '3.9', '3.10', '3.11']
|
python-version: ['3.8', '3.9', '3.10', '3.11']
|
||||||
django-version: ['3.2', '4.1', '4.2']
|
django-version: ['3.2', '4.1', '4.2']
|
||||||
include:
|
|
||||||
- python-version: 3.7
|
|
||||||
django-version: 3.2
|
|
||||||
exclude:
|
exclude:
|
||||||
- python-version: 3.11
|
- python-version: 3.11
|
||||||
django-version: 3.2
|
django-version: 3.2
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,11 @@
|
||||||
Changelog
|
Changelog
|
||||||
=========
|
=========
|
||||||
* Unreleased
|
* Unreleased
|
||||||
|
* Add Django 4.2 support
|
||||||
|
* Remove Python 3.7 support
|
||||||
|
* Use path and path converters (changes all url names from prefix `avatar_` to `avatar:`.)
|
||||||
|
* Add support for Django STORAGES (Django 4.2)
|
||||||
|
* Add optional api app (requires djangorestframework)
|
||||||
* Use ``Image.Resampling.LANCZOS`` instead of ``Image.LANCZOS`` that was removed in Pillow 10.0.0
|
* Use ``Image.Resampling.LANCZOS`` instead of ``Image.LANCZOS`` that was removed in Pillow 10.0.0
|
||||||
|
|
||||||
* 7.1.1 (February 23, 2023)
|
* 7.1.1 (February 23, 2023)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue