From 7064c9b012474d93043e318e5b1fd0966d3ebfe3 Mon Sep 17 00:00:00 2001 From: Ken Cochrane Date: Sat, 17 Oct 2020 09:59:24 -0400 Subject: [PATCH] Added changelog for 0.8.0 --- CHANGES.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index a6a4990..39c40f0 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -2,6 +2,13 @@ Changes ======= +0.8.0 +----- + +- FIX: Change setup.py to allow for Django 3.1.x versions [@s4ke] +- FIX: dynamic load celery [@balsagoth] +- FIX: Redis requirement updated [@flaviomartins] +- FIX: if special character in redis password, we can set DEFENDER_REDIS_PASSWORD_QUOTE to True, and use quote password [@calmkart] 0.7.0 -----