From a1a23b8ee572635d1b9862ef8b3a984099c4b551 Mon Sep 17 00:00:00 2001 From: Chris Wesseling Date: Wed, 16 Aug 2023 10:36:57 +0200 Subject: [PATCH] Fix CHANGELOG.rst markup --- CHANGELOG.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index cc13db5..fad0d60 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,13 +5,13 @@ Changelog 0.8.1 (2023-08-15) ================== - * Made EHerkenningConfiguration.loa required - It was previously possible to accidentally misconfigure by selecting the - empty option for the LOA in the admin. +* Made EHerkenningConfiguration.loa required + It was previously possible to accidentally misconfigure by selecting the + empty option for the LOA in the admin. - This patch contains a migration that will set undefined eHerkennning LOAs to - low_plus. But if you have an invalid LOA set, the migration will fail with - an IntegrityError. In case this happens, go to the admin and select a LOA. + This patch contains a migration that will set undefined eHerkennning LOAs to + low_plus. But if you have an invalid LOA set, the migration will fail with + an IntegrityError. In case this happens, go to the admin and select a LOA. 0.8.0 (2023-06-21)