From 4b8061acbd0b0c0c17969ccf6340b4b48925e5af Mon Sep 17 00:00:00 2001 From: Kubat <mael.martin31@gmail.com> Date: Wed, 24 Nov 2021 10:02:58 +0100 Subject: [PATCH] DOC: Edit CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2043f0d1..1354ecd3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ - 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' +- Fix: can now interpret the *add* commands with spaces in the query correctly - 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 -- GitLab