From 1e07a2dc2e1bb34ad1f5cf5c3a591278128e2320 Mon Sep 17 00:00:00 2001 From: Bernd Bestel Date: Wed, 29 Apr 2020 19:55:56 +0200 Subject: [PATCH] Added changelog for #806 --- changelog/60_UNRELEASED_2020-xx-xx.md | 1 + 1 file changed, 1 insertion(+) diff --git a/changelog/60_UNRELEASED_2020-xx-xx.md b/changelog/60_UNRELEASED_2020-xx-xx.md index 1897e912..133078ed 100644 --- a/changelog/60_UNRELEASED_2020-xx-xx.md +++ b/changelog/60_UNRELEASED_2020-xx-xx.md @@ -25,3 +25,4 @@ ### General & other improvements - UI refresh / style improvements (thanks @zsarnett) +- The prerequisites checker now also checks for the minimum required SQLite version (thanks @Forceu)