diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 77fd90b630e7..90bced5b57a1 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -68,6 +68,7 @@ Changelog * Maintenance: Migrate Tagit initialisation to a Stimulus Controller (LB (Ben) Johnston) * Maintenance: Refactor GroupPagePermission to use Django's Permission model (Sage Abdullah) * Maintenance: Convert the CONTRIBUTORS file to Markdown (Dan Braghis) + * Maintenance: Move `django-filter` version upper bound to v24 (Yuekui) 5.0.2 (21.06.2023) diff --git a/docs/releases/5.1.md b/docs/releases/5.1.md index c9de65ed3894..fa4552ca95ff 100644 --- a/docs/releases/5.1.md +++ b/docs/releases/5.1.md @@ -102,6 +102,7 @@ Thank you to Damilola for his work, and to Google for sponsoring this project. * Migrate Tagit initialisation to a Stimulus Controller (LB (Ben) Johnston) * Refactor GroupPagePermission to use Django's Permission model (Sage Abdullah) * Convert the `CONTRIBUTORS` file to Markdown (Dan Braghis) + * Move `django-filter` version upper bound to v24 (Yuekui) ## Upgrade considerations