From 39cb87507dcda484d761b7faebcee7e93394f6a0 Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Wed, 4 Jan 2017 17:32:35 +0000 Subject: [PATCH] Add release note for #3254 to 1.9 docs apparently my save button doesn't work --- docs/releases/1.9.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/releases/1.9.rst b/docs/releases/1.9.rst index d6034ce63..d17a96c67 100644 --- a/docs/releases/1.9.rst +++ b/docs/releases/1.9.rst @@ -16,6 +16,7 @@ Minor features ~~~~~~~~~~~~~~ * View live / draft links in the admin now consistently open in a new window (Marco Fucci) + * ``ChoiceBlock`` now omits the blank option if the block is required and has a default value (Andreas Nüßlein) Bug fixes