From e64449b84fab6c922119aacfbdea306a6e4273af Mon Sep 17 00:00:00 2001 From: Ian Campbell Date: Tue, 15 Nov 2022 10:17:26 -0500 Subject: [PATCH] Update changelog for potential release. --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fdeb4b2..f7e5c50 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ ## 1.8.0 + - Added support for Django 4.1 + - Dropped support for Django < 3.2 and Python < 3.7 + - Added indexes for GenericForeignKey fields in AbstractNotificationModel (see https://docs.djangoproject.com/en/4.1/ref/contrib/contenttypes/#generic-relations) - new setting 'CACHE_TIMEOUT' to cache certain result such as "notifications.unread().count". (a timeout value of 0 won’t cache anything). - #263 Fix vunerability in views