From eaaef616d6dc7d1619928a680a5dc1ff54a5e291 Mon Sep 17 00:00:00 2001 From: project-repo Date: Thu, 9 Feb 2023 20:34:48 +0100 Subject: [PATCH] Add Issue 58 (#40) to Bugs.md --- Bugs.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/Bugs.md b/Bugs.md index 527110a..d5df883 100644 --- a/Bugs.md +++ b/Bugs.md @@ -1153,3 +1153,14 @@ focussing the background correctly when cycling. maxhbr pointed out that there was a spelling mistake in the SPDX-License-Identifier. + +## Issue 58 + + * github issue number: #40 + * Fixed: 2.0.2 + +Prior to version 2.0.2, the logic behind configuration file loading was +broken. This had the effect, that the default configuration file was not +loaded when the user-specific config file was not present, instead +leading to a termination of cagebreak. +