From ae09fe5e52de2868d3d8e4192c5db7831938c03a 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 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ce0e09..71ce474 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,9 @@ ## 1.8.0 - - #263 Fix vunerability in views + - 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