From e982dd2316ee2fd51245cb23b4dd536ab3a98542 Mon Sep 17 00:00:00 2001
From: Kubat <mael.martin31@gmail.com>
Date: Wed, 24 Nov 2021 12:34:39 +0100
Subject: [PATCH] DOC: Edit changelog [SKIP-CI]

---
 CHANGELOG.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1354ecd3..37efe63e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,7 @@
 - Add: multi-add IDs, create a list with stb_ds and add its content in the queue, the adds are batched 10 per 10. When adding multiple times the same kara ID, it is only added once
 - Add: dry-update command to only refresh the available kara in Kurisu and don't download them
 - Add: the update command can take a query as an argument to only update parts of the database
+- Add: restore the "install" operations. When typing `make install` or `ninja install` the binaries, scripts and manpages of lektor will be installed into the `CMAKE_INSTALL_PREFIX`
 - Fix: fix incorrect parsing of lists of commands with multiple arguments: the parser could overrun the correct command buffer and insert a '\0' between the next command and its furst argument
 - 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
-- 
GitLab