diff --git a/CHANGELOG.md b/CHANGELOG.md index d4c3bb7..808d886 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## 2024.3 (TBC) * Added support for Django 5.1. +* Fixed `accordion.html` and `accordion-group.html` templates to render `css_class` attribute. +* Dropped support for django-crispy-forms 2.2 and earlier. ## 2024.2 (2024-02-24) diff --git a/crispy_bootstrap5/templates/bootstrap5/accordion-group.html b/crispy_bootstrap5/templates/bootstrap5/accordion-group.html index 664396e..6784968 100644 --- a/crispy_bootstrap5/templates/bootstrap5/accordion-group.html +++ b/crispy_bootstrap5/templates/bootstrap5/accordion-group.html @@ -1,4 +1,4 @@ -