Update changelog for potential release.

This commit is contained in:
Ian Campbell 2022-11-15 10:17:26 -05:00 committed by Alvaro Mariano
parent 37decfbd4f
commit e64449b84f

View file

@ -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 wont cache anything).
- #263 Fix vunerability in views