From 8b8c56914cc7159f692364c419aca6453cb477e7 Mon Sep 17 00:00:00 2001 From: Klaas van Schelven Date: Wed, 7 May 2025 21:50:33 +0200 Subject: [PATCH] 1.5.3 CHANGELOG --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a193425..84b7e8f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changes +## 1.5.3 (7 May 2025) + +* Performance fixes of the issue-list when there are many (millions) of _issues_ (rather than just events) in the + database; see aad0f624f904 & 0dfd01db9b38. + +* Fix: `different_runtime_limit` applying to the wrong DB alias, see 699f6e587d28 + +* `CREATE_SUPERUSER` shortcut: robust for ':' in password, see 9b0f0e04f4e4 + ## 1.5.2 (6 May 2025) Various performance fixes when there are many (millions) of _issues_