From a7c73e2a04a4f9e30b07c440a4608b5f926f4836 Mon Sep 17 00:00:00 2001
From: Kubat <mael.martin31@gmail.com>
Date: Fri, 29 Oct 2021 17:55:47 +0200
Subject: [PATCH] DOC: Update the readme and changelog

---
 CHANGELOG.md | 3 +++
 README.md    | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 84c190dc..be06e851 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,10 +1,13 @@
 # Next
 
 - Add: add file logging to lektord, the rotate operations are done by lektord to avoid running out of space if someone try to dos lektord...
+- Add: hook to automatically upgrade the database scheme if needed
 - Fix: fix issue #100 -> the `database_queue_add_id` won't add ids that doesn't exist
 - Fix: be explicit about truncated commands, when a command is truncated, all the bytes after the end of the new string and before the end of the old string are not set to '\0' for safety
 - Fix: no segv on exit because disconnect client '0', no client '0', the first client is '1'
 - Change: autotools to cmake toolchain
+- Change: cmake minimal version to 3.17 because of policy CMP0100
+- Change: the CI check if lektor compiles, no binary deployment for now
 
 # v2.4
 
diff --git a/README.md b/README.md
index c882206d..943be6e5 100644
--- a/README.md
+++ b/README.md
@@ -19,7 +19,7 @@ A Karaoke player made to replace the old bash scripts on Sakura.
 
 ### Prerequisites
 
-- [cmake](https://cmake.org/) with at least the version 3.5
+- [cmake](https://cmake.org/) with at least the version 3.17
 - a C compiler with C11 support
 - the [sqlite3](https://www.sqlite.org/) development library, version
   3.31.0 or newer for [generated columns](https://www.sqlite.org/gencol.html) support
-- 
GitLab