From ef1266efb596f489ee12ca803a9720e1c2ca7f8e Mon Sep 17 00:00:00 2001 From: Kubat <mael.martin31@gmail.com> Date: Wed, 1 Dec 2021 17:19:14 +0100 Subject: [PATCH] DOC: Update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c6908972..9cefb1d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ - Fix: can now interpret the *add* commands with spaces in the query correctly - Fix: no more segv when copying a null URI - Fix: when no screen is detected with `lkt`, the large screen behaviour is used to not break other commands like `wc` +- Change: all the functions in the command trie have the same signature (less bloat here) - Change: the fields `database/{types,categories,languages}` must now only contain alpha characters and commas, nothing else! - Change: reduce the number of regex creation in the populate database from disk part of the code - Change: autotools to cmake toolchain -- GitLab