From f02f6a6a629e5a94f07761217dfd63b52e294578 Mon Sep 17 00:00:00 2001 From: Asif Saif Uddin Date: Wed, 29 Jun 2022 16:31:23 +0600 Subject: [PATCH] changelog entry for v2.4.0 --- Changelog | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/Changelog b/Changelog index d31e5ada..7250f0a7 100644 --- a/Changelog +++ b/Changelog @@ -8,10 +8,12 @@ 2.4.0 ===== -:release-date: NA -:release-by: NA +:release-date: 2022-06-29 4:30 P.M. UTC+6:00 +:release-by: Asif Saif Uddin -- Fix [#315](https://github.com/celery/django-celery-results/issues/315) Save args, kwargs and other extended props only when result_extended config is set to True +- Fix [#315] Save args, kwargs and other extended props only when result_extended config is set to True. +- Fix atomic transaction not routing to the the correct DB (#324). +- Drop django 2.2 from matrix .. _version-2.3.1: