From 8718968a36052f73e19b48880e1a4e08f95abb8f Mon Sep 17 00:00:00 2001 From: Mike <22396211+Dresdn@users.noreply.github.com> Date: Fri, 10 Feb 2023 10:02:49 -0700 Subject: [PATCH] docs: update changelog --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 107083d..41342f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,11 +6,17 @@ We follow [Semantic Versions](https://semver.org/) starting at the `0.14.0` rele ### Features +- Add support for Django 4.1 + ### Bug Fixes - Fixes missing `Add another` button for inlines in `BaseEntityAdmin` - Fixes saving of Attribute date types rendering using `BaseDynamicEntityForm` [#261](https://github.com/jazzband/django-eav2/issues/261) +### Misc + +- Drops support for Django 2.2 and Python 3.7 + ## 1.2.3 (2022-08-15) ### Bug Fixes