From 1eda3dfaca9cd474b345ffcbc130a910917f9e52 Mon Sep 17 00:00:00 2001 From: Felix Schwarz Date: Mon, 27 May 2024 10:25:59 +0200 Subject: [PATCH] - fix Calens error (file changelog/12.2.1_2024-04-30/1347: entry type "Fix" is invalid, valid types: map[Bugfix:2 Change:3 Enhancement:4 Security:1]) --- changelog/12.2.1_2024-04-30/1347 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog/12.2.1_2024-04-30/1347 b/changelog/12.2.1_2024-04-30/1347 index c47e16acf..83183c27f 100644 --- a/changelog/12.2.1_2024-04-30/1347 +++ b/changelog/12.2.1_2024-04-30/1347 @@ -1,4 +1,4 @@ -Fix: Detect attempts to bypass a lock timeout by changing the clock +Bugfix: Detect attempts to bypass a lock timeout by changing the clock - detect attempts to bypass a lock timeout by changing the clock - code cleanups/modernizations of `AppLockManager`