From 2ec54b3557b3c54aa5d14f5cf20145629dc13e20 Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Mon, 14 Mar 2022 21:07:48 +0000 Subject: [PATCH] Fill in release date for 6.0 --- CHANGELOG.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index f7335c8..b1b8dd1 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,7 +1,7 @@ Changelog ========= -6.0 (xx.xx.xxxx) - IN DEVELOPMENT +6.0 (14.03.2022) ~~~~~~~~~~~~~~~~ * BREAKING: ClusterForm now builds no child formsets when neither `formsets` nor `exclude_formsets` is specified in the Meta class, rather than building a formset for every child relation (Matt Westcott) * Support explicit definitions for nested formsets within ClusterForm, via a `formsets` option on the outer formset's definition (Matt Westcott)