Update changelog

This commit is contained in:
Johannes Wilm 2023-10-16 12:16:46 +02:00
parent bf7dde9337
commit ceb7cade62
3 changed files with 6 additions and 4 deletions

View file

@ -18,7 +18,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.8
python-version: 3.11
- name: Install dependencies
run: |

View file

@ -7,9 +7,6 @@ jobs:
matrix:
python-version: ['3.8', '3.9', '3.10', '3.11']
django-version: ['3.2', '4.1', '4.2']
include:
- python-version: 3.7
django-version: 3.2
exclude:
- python-version: 3.11
django-version: 3.2

View file

@ -1,6 +1,11 @@
Changelog
=========
* 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
* 7.1.1 (February 23, 2023)